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