Exemplo n.º 1
0
 protected void applyEntityAttributes() {
   super.applyEntityAttributes();
   this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(50.0D);
   this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(1.0D);
 }