Inventory: remove a bunch of crap from interface

some of these (notably the on* methods) are internal and shouldn't be exposed via interface (same crap as Plugin->onEnable() onDisable() etc) and the rest of the stuff is entirely unused.
This commit is contained in:
Dylan K. Taylor
2019-02-27 10:36:05 +00:00
parent 9b3230aa9c
commit 2d8480d801
13 changed files with 13 additions and 93 deletions

View File

@@ -48,10 +48,6 @@ class PlayerInventory extends BaseInventory{
parent::__construct();
}
public function getName() : string{
return "Player";
}
public function getDefaultSize() : int{
return 36;
}