Removed InventoryType, added new inventory API methods

This commit is contained in:
Dylan K. Taylor
2017-08-07 11:31:36 +01:00
parent 899e318a88
commit 98e0a2ecba
13 changed files with 115 additions and 264 deletions

View File

@ -193,11 +193,6 @@ interface Inventory{
*/
public function getViewers() : array;
/**
* @return InventoryType
*/
public function getType() : InventoryType;
/**
* @return InventoryHolder
*/