Tile: Cleaned up utterly pointless overcomplicated code for inventories

This commit is contained in:
Dylan K. Taylor
2018-02-06 12:57:50 +00:00
parent 8222b16d9a
commit c4486d9ad7
4 changed files with 11 additions and 114 deletions

View File

@ -73,13 +73,6 @@ class Chest extends Spawnable implements InventoryHolder, Container, Nameable{
$this->saveItems();
}
/**
* @return int
*/
public function getSize() : int{
return 27;
}
/**
* @return ChestInventory|DoubleChestInventory
*/