Package org.bukkit.entity

Examples of org.bukkit.entity.LivingEntity.damage()


            this.getBukkitEntity().launchProjectile(Arrow.class);
        } else {
            this.performAction(Animation.SWING_ARM);
            LivingEntity other = (LivingEntity) entity.getBukkitEntity();
            other.damage(this.getAttributeInstance(GenericAttributes.e).getValue());
        }
        hasAttacked = true;

        if (this.attackTimesLimit == -1)
            return;
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.