mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Moved getNetworkType() to ContainerInventory since it's not used anywhere else
This commit is contained in:
@ -70,14 +70,6 @@ abstract class BaseInventory implements Inventory{
|
||||
return $this->title;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the Minecraft PE inventory type used to show the inventory window to clients.
|
||||
* @return int
|
||||
*/
|
||||
public function getNetworkType() : int{
|
||||
return ContainerIds::NONE;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the size of the inventory.
|
||||
* @return int
|
||||
|
Reference in New Issue
Block a user