getShort() public method

public getShort ( )
コード例 #1
0
 public function read(NBT $nbt)
 {
     $this->value = $nbt->get($nbt->getShort());
 }
コード例 #2
0
ファイル: ShortTag.php プロジェクト: ClearSkyTeam/ClearSky
 public function read(NBT $nbt, bool $network = false)
 {
     $this->value = $nbt->getShort();
 }