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