Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage

This commit is contained in:
Erik Broes
2011-03-24 00:32:41 +01:00
parent 267e745212
commit 3129348866
2 changed files with 25 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public abstract class EntityLiving extends Entity {
protected double ap;
protected double aq;
float ar = 0.0F;
protected int lastDamage = 0;
public int lastDamage = 0; // CraftBukkit protected -> public
protected int at = 0;
protected float au;
protected float av;