Exemplo n.º 1
0
 public function saveNBT()
 {
     $this->namedtag->BombTime = new Int("BombTime", $this->bombTime);
     parent::saveNBT();
 }
Exemplo n.º 2
0
 public function saveNBT()
 {
     $this->namedtag->Angry = new Int("Angry", $this->angry);
     parent::saveNBT();
 }