Cleaned up item & arrow pickup code

This commit is contained in:
Dylan K. Taylor
2017-11-15 12:14:25 +00:00
parent bbbed22467
commit 3a16985d45
4 changed files with 70 additions and 56 deletions

View File

@ -1385,7 +1385,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
}
public function onCollideWithPlayer(Human $entityPlayer){
public function onCollideWithPlayer(Player $player){
}