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 enumDeprecated, for removal: This API element is subject to removal in a future version.An enum to specify the cause of the knockback.Methods in org.bukkit.event.entity that return EntityKnockbackEvent.KnockbackCauseModifier 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.Constructors in org.bukkit.event.entity with parameters of type EntityKnockbackEvent.KnockbackCauseModifierConstructorDescriptionEntityKnockbackByEntityEvent(@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.