protected void applyEntityAttributes() { super.applyEntityAttributes(); this.getEntityAttribute(SharedMonsterAttributes.movementSpeed).setBaseValue(baseSpeed); this.getEntityAttribute(SharedMonsterAttributes.maxHealth).setBaseValue(baseHealth); this.getEntityAttribute(SharedMonsterAttributes.attackDamage).setBaseValue(baseDamage); }
public void onLivingUpdate() { breakBlock(5); super.onLivingUpdate(); }
protected void entityInit() { super.entityInit(); }