diff --git a/src/pocketmine/entity/Human.php b/src/pocketmine/entity/Human.php index b5fb32263..0a9def938 100644 --- a/src/pocketmine/entity/Human.php +++ b/src/pocketmine/entity/Human.php @@ -587,6 +587,9 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{ return (int) min(100, 7 * $this->getXpLevel()); } + /** + * @return PlayerInventory + */ public function getInventory(){ return $this->inventory; }