diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index 78f66473b4..24ef8b5152 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -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){ }