public void a(NBTTagCompound nbttagcompound) { super.a(nbttagcompound); if (nbttagcompound.n("IsBaby")) { this.l(true); } if (nbttagcompound.n("IsVillager")) { this.m(true); } if (nbttagcompound.b("ConversionTime", 99) && nbttagcompound.f("ConversionTime") > -1) { this.a(nbttagcompound.f("ConversionTime")); } this.a(nbttagcompound.n("CanBreakDoors")); }
public void a(NBTTagCompound nbttagcompound) { super.a(nbttagcompound); if (nbttagcompound.b("ExplosionPower", 99)) { this.a = nbttagcompound.f("ExplosionPower"); } }