コード例 #1
0
ファイル: Creeper.php プロジェクト: Cybertechpp/EntityManager
 public function saveNBT()
 {
     $this->namedtag->BombTime = new Int("BombTime", $this->bombTime);
     parent::saveNBT();
 }
コード例 #2
0
 public function saveNBT()
 {
     $this->namedtag->Angry = new Int("Angry", $this->angry);
     parent::saveNBT();
 }