private void collideWithPlayer(Entity entity) {
   entity.onCollideWithPlayer(this);
 }
Esempio n. 2
0
 private void collideWithPlayer(Entity par1Entity) {
   par1Entity.onCollideWithPlayer(this);
 }