Example #1
0
 public function initEntity()
 {
     parent::initEntity();
     $this->setMaxHealth(10);
 }
Example #2
0
 public function saveNBT()
 {
     parent::saveNBT();
     $this->namedtag->Angry = new IntTag("Angry", $this->angry);
 }