getSize() public method

public getSize ( )
Esempio n. 1
0
 public function getFullSize()
 {
     return parent::getSize();
 }
Esempio n. 2
0
 public function getSize()
 {
     return parent::getSize() - 4;
     //Remove armor slots
 }
 public function getSize()
 {
     return parent::getSize() - 13;
     //Remove armor slots + 9 hotbar slots
 }