Entity: remove useless functions

these may be TODOs but I have no idea why or where they need to be implemented, so until they do they are useless clutter.
This commit is contained in:
Dylan K. Taylor 2018-05-18 20:09:55 +01:00
parent 067aad9546
commit 389990e0a8

View File

@ -1455,18 +1455,10 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
}
public function handleLavaMovement(){ //TODO
}
public function getEyeHeight() : float{
return $this->eyeHeight;
}
public function moveFlying(){ //TODO
}
public function onCollideWithPlayer(Player $player){
}