コード例 #1
0
ファイル: Short.php プロジェクト: MunkySkunk/BukkitPE
 public function read(NBT $nbt)
 {
     $this->value = $nbt->getShort();
 }