Exemple #1
0
 public void e(float f0, float f1) {
   super.e(f0, f1);
   this.c = (int) ((float) this.c + f0 * 1.5F);
   if (this.c > this.bk - 5) {
     this.c = this.bk - 5;
   }
 }
Exemple #2
0
 protected void aW() {
   super.aW();
   this.a(SharedMonsterAttributes.b).a(35.0D);
   this.a(SharedMonsterAttributes.d).a(0.23000000417232513D);
   this.a(SharedMonsterAttributes.e).a(3.0D);
   this.bx().b(b).a(this.V.nextDouble() * 0.10000000149011612D);
 }
Exemple #3
0
  public void s_() {
    if (this.ai()) {
      this.b = this.c;
      if (this.cl()) {
        this.a(1);
      }

      int i0 = this.ck();

      if (i0 > 0 && this.c == 0) {
        this.a("creeper.primed", 1.0F, 0.5F);
      }

      this.c += i0;
      if (this.c < 0) {
        this.c = 0;
      }

      if (this.c >= this.bk) {
        this.c = this.bk;
        this.cp();
      }
    }

    super.s_();
  }
Exemple #4
0
  public void m() {
    if (this.o.w() && !this.o.D && !this.i_()) {
      float f0 = this.c(1.0F);
      BlockPos blockpos = new BlockPos(this.s, (double) Math.round(this.t), this.u);

      if (f0 > 0.5F && this.V.nextFloat() * 30.0F < (f0 - 0.4F) * 2.0F && this.o.i(blockpos)) {
        boolean flag0 = true;
        ItemStack itemstack = this.p(4);

        if (itemstack != null) {
          if (itemstack.e()) {
            itemstack.b(itemstack.h() + this.V.nextInt(2));
            if (itemstack.h() >= itemstack.j()) {
              this.b(itemstack);
              this.c(4, (ItemStack) null);
            }
          }

          flag0 = false;
        }

        if (flag0) {
          this.e(8);
        }
      }
    }

    if (this.av() && this.u() != null && this.m instanceof EntityChicken) {
      ((EntityLiving) this.m).s().a(this.s().j(), 1.5D);
    }

    super.m();
  }
Exemple #5
0
 public void a(DamageSource damagesource) {
   super.a(damagesource);
   if (damagesource.j() instanceof EntityCreeper
       && !(this instanceof EntityPigZombie)
       && ((EntityCreeper) damagesource.j()).n()
       && ((EntityCreeper) damagesource.j()).cn()) {
     ((EntityCreeper) damagesource.j()).co();
     this.a(new ItemStack(Items.bX, 1, 2), 0.0F);
   }
 }
Exemple #6
0
  public void b(NBTTagCompound nbttagcompound) {
    super.b(nbttagcompound);
    if (this.ac.a(17) == 1) {
      nbttagcompound.a("powered", true);
    }

    nbttagcompound.a("Fuse", (short) this.bk);
    nbttagcompound.a("ExplosionRadius", (byte) this.bl);
    nbttagcompound.a("ignited", this.cl());
  }
Exemple #7
0
  protected void a(DifficultyInstance difficultyinstance) {
    super.a(difficultyinstance);
    if (this.V.nextFloat() < (this.o.aa() == EnumDifficulty.HARD ? 0.05F : 0.01F)) {
      int i0 = this.V.nextInt(3);

      if (i0 == 0) {
        this.c(0, new ItemStack(Items.l));
      } else {
        this.c(0, new ItemStack(Items.a));
      }
    }
  }
Exemple #8
0
  public void s_() {
    if (!this.o.D && this.cn()) {
      int i0 = this.cp();

      this.bm -= i0;
      if (this.bm <= 0) {
        this.co();
      }
    }

    super.s_();
  }
Exemple #9
0
  public void b(NBTTagCompound nbttagcompound) {
    super.b(nbttagcompound);
    if (this.i_()) {
      nbttagcompound.a("IsBaby", true);
    }

    if (this.cm()) {
      nbttagcompound.a("IsVillager", true);
    }

    nbttagcompound.a("ConversionTime", this.cn() ? this.bm : -1);
    nbttagcompound.a("CanBreakDoors", this.cl());
  }
Exemple #10
0
  public void a(NBTTagCompound nbttagcompound) {
    super.a(nbttagcompound);
    this.ac.b(17, Byte.valueOf((byte) (nbttagcompound.n("powered") ? 1 : 0)));
    if (nbttagcompound.b("Fuse", 99)) {
      this.bk = nbttagcompound.e("Fuse");
    }

    if (nbttagcompound.b("ExplosionRadius", 99)) {
      this.bl = nbttagcompound.d("ExplosionRadius");
    }

    if (nbttagcompound.n("ignited")) {
      this.cm();
    }
  }
Exemple #11
0
  public void a(DamageSource damagesource) {
    super.a(damagesource);
    if (damagesource.j() instanceof EntitySkeleton) {
      int i0 = Item.b(Items.cq);
      int i1 = Item.b(Items.cB);
      int i2 = i0 + this.V.nextInt(i1 - i0 + 1);

      this.a(Item.b(i2), 1);
    } else if (damagesource.j() instanceof EntityCreeper
        && damagesource.j() != this
        && ((EntityCreeper) damagesource.j()).n()
        && ((EntityCreeper) damagesource.j()).cn()) {
      ((EntityCreeper) damagesource.j()).co();
      this.a(new ItemStack(Items.bX, 1, 4), 0.0F);
    }
  }
Exemple #12
0
  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"));
  }
Exemple #13
0
  public void a(EntityLivingBase entitylivingbase) {
    super.a(entitylivingbase);
    if ((this.o.aa() == EnumDifficulty.NORMAL || this.o.aa() == EnumDifficulty.HARD)
        && entitylivingbase instanceof EntityVillager) {
      if (this.o.aa() != EnumDifficulty.HARD && this.V.nextBoolean()) {
        return;
      }

      EntityZombie entityzombie = new EntityZombie(this.o);

      entityzombie.m(entitylivingbase);
      this.o.e((Entity) entitylivingbase);
      entityzombie.a(this.o.E(new BlockPos(entityzombie)), (IEntityLivingData) null);
      entityzombie.m(true);
      if (entitylivingbase.i_()) {
        entityzombie.l(true);
      }

      this.o.d((Entity) entityzombie);
      this.o.a(
          (EntityPlayer) null, 1016, new BlockPos((int) this.s, (int) this.t, (int) this.u), 0);
    }
  }
Exemple #14
0
 protected void h() {
   super.h();
   this.H().a(12, Byte.valueOf((byte) 0));
   this.H().a(13, Byte.valueOf((byte) 0));
   this.H().a(14, Byte.valueOf((byte) 0));
 }
Exemple #15
0
 protected void h() {
   super.h();
   this.ac.a(16, Byte.valueOf((byte) -1));
   this.ac.a(17, Byte.valueOf((byte) 0));
   this.ac.a(18, Byte.valueOf((byte) 0));
 }
Exemple #16
0
 protected void aW() {
   super.aW();
   this.a(SharedMonsterAttributes.d).a(0.25D);
 }
Exemple #17
0
 public void a(EntityLightningBolt entitylightningbolt) {
   super.a(entitylightningbolt);
   this.ac.b(17, Byte.valueOf((byte) 1));
 }
Exemple #18
0
 protected final void a(float f0) {
   super.a(this.bo * f0, this.bp * f0);
 }