Uses of Enum Class
io.papermc.paper.event.entity.EntityKnockbackEvent.Cause
-
Uses of EntityKnockbackEvent.Cause in com.destroystokyo.paper.event.entity
ModifierConstructorDescriptionEntityKnockbackByEntityEvent
(LivingEntity entity, Entity hitBy, EntityKnockbackEvent.Cause cause, float knockbackStrength, Vector knockback) -
Uses of EntityKnockbackEvent.Cause in io.papermc.paper.event.entity
Modifier and TypeMethodDescriptionEntityKnockbackEvent.getCause()
Gets the cause of the knockback.static EntityKnockbackEvent.Cause
Returns the enum constant of this class with the specified name.static EntityKnockbackEvent.Cause[]
EntityKnockbackEvent.Cause.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionEntityKnockbackEvent
(Entity entity, EntityKnockbackEvent.Cause cause, Vector knockback) EntityPushedByEntityAttackEvent
(Entity entity, EntityKnockbackEvent.Cause cause, Entity pushedBy, Vector knockback)