mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-22 11:24:02 +00:00
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:
parent
067aad9546
commit
389990e0a8
@ -1455,18 +1455,10 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handleLavaMovement(){ //TODO
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getEyeHeight() : float{
|
public function getEyeHeight() : float{
|
||||||
return $this->eyeHeight;
|
return $this->eyeHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function moveFlying(){ //TODO
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function onCollideWithPlayer(Player $player){
|
public function onCollideWithPlayer(Player $player){
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user