Uses of Enum Class
org.bukkit.event.entity.EntityKnockbackEvent.KnockbackCause
Package
Description
-
Uses of EntityKnockbackEvent.KnockbackCause in org.bukkit.event.entity
Modifier 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.ModifierConstructorDescriptionEntityKnockbackByEntityEvent
(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)