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

@ -50,10 +50,6 @@ class ArmorInventory extends BaseInventory{
return $this->holder;
}
public function getName() : string{
return "Armor";
}
public function getDefaultSize() : int{
return 4;
}