Remove deprecated things

This commit is contained in:
Dylan K. Taylor
2018-02-27 11:59:16 +00:00
parent f903dbfe00
commit f0535df96d
10 changed files with 0 additions and 114 deletions

View File

@ -107,14 +107,6 @@ class PlayerInventory extends EntityInventory{
return $this->getItem($hotbarSlot);
}
/**
* @deprecated
* @return int
*/
public function getHeldItemSlot() : int{
return $this->getHeldItemIndex();
}
/**
* Returns the hotbar slot number the holder is currently holding.
* @return int