Examples of hitEntity()


Examples of net.minecraft.src.ItemStack.hitEntity()

              var10 = (EntityLivingBase)var11;
            }
          }

          if (var9 != null && var10 instanceof EntityLivingBase) {
            var9.hitEntity((EntityLivingBase)var10, this);

            if (var9.stackSize <= 0) {
              this.destroyCurrentEquippedItem();
            }
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.