Uses of Enum Class
io.papermc.paper.event.entity.EntityKnockbackEvent.Cause
Packages that use EntityKnockbackEvent.Cause
-
Uses of EntityKnockbackEvent.Cause in com.destroystokyo.paper.event.entity
Constructors in com.destroystokyo.paper.event.entity with parameters of type EntityKnockbackEvent.CauseModifierConstructorDescriptionEntityKnockbackByEntityEvent(LivingEntity entity, Entity hitBy, EntityKnockbackEvent.Cause cause, float knockbackStrength, Vector knockback) -
Uses of EntityKnockbackEvent.Cause in io.papermc.paper.event.entity
Methods in io.papermc.paper.event.entity that return EntityKnockbackEvent.CauseModifier and TypeMethodDescriptionEntityKnockbackEvent.getCause()Gets the cause of the knockback.static EntityKnockbackEvent.CauseReturns 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.Constructors in io.papermc.paper.event.entity with parameters of type EntityKnockbackEvent.CauseModifierConstructorDescriptionEntityKnockbackEvent(Entity entity, EntityKnockbackEvent.Cause cause, Vector knockback) EntityPushedByEntityAttackEvent(Entity entity, EntityKnockbackEvent.Cause cause, Entity pushedBy, Vector knockback)