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