コード例 #1
0
 public function initEntity()
 {
     parent::initEntity();
     $this->setMaxHealth(10);
 }
コード例 #2
0
ファイル: Ocelot.php プロジェクト: steveritter/EntityManager
 public function saveNBT()
 {
     parent::saveNBT();
     $this->namedtag->Angry = new IntTag("Angry", $this->angry);
 }