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()
Deprecated, for removal: This API element is subject to removal in a future version.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
(@NotNull LivingEntity entity, @NotNull Entity source, @NotNull EntityKnockbackEvent.KnockbackCause cause, double force, @NotNull Vector rawKnockback, @NotNull Vector knockback) Deprecated, for removal: This API element is subject to removal in a future version.EntityKnockbackEvent
(@NotNull LivingEntity entity, @NotNull EntityKnockbackEvent.KnockbackCause cause, double force, @NotNull Vector rawKnockback, @NotNull Vector knockback) Deprecated, for removal: This API element is subject to removal in a future version.