Uses of Enum Class
org.bukkit.event.entity.EntityKnockbackEvent.KnockbackCause
Packages that use EntityKnockbackEvent.KnockbackCause
Package
Description
-
Uses of EntityKnockbackEvent.KnockbackCause in org.bukkit.event.entity
Subclasses with type arguments of type EntityKnockbackEvent.KnockbackCause in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the cause of the knockback.Methods in org.bukkit.event.entity that return EntityKnockbackEvent.KnockbackCauseModifier and TypeMethodDescriptionEntityKnockbackEvent.getCause()Gets the cause of the knockback.Returns the enum constant of this class with the specified name.static EntityKnockbackEvent.KnockbackCause[]EntityKnockbackEvent.KnockbackCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.entity with parameters of type EntityKnockbackEvent.KnockbackCauseModifierConstructorDescriptionEntityKnockbackByEntityEvent(LivingEntity entity, Entity source, EntityKnockbackEvent.KnockbackCause cause, double force, Vector rawKnockback, Vector knockback) EntityKnockbackEvent(LivingEntity entity, EntityKnockbackEvent.KnockbackCause cause, double force, Vector rawKnockback, Vector knockback)