private void collideWithPlayer(Entity entity) {
   entity.onCollideWithPlayer(this);
 }
 private void collideWithPlayer(Entity par1Entity) {
   par1Entity.onCollideWithPlayer(this);
 }