예제 #1
0
 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();
 }