getShort() public method

public getShort ( )
Esempio n. 1
0
 public function read(NBT $nbt)
 {
     $this->value = $nbt->get($nbt->getShort());
 }
Esempio n. 2
0
 public function read(NBT $nbt, bool $network = false)
 {
     $this->value = $nbt->getShort();
 }