Uses of Enum Class
io.papermc.paper.event.entity.EntityBreakEvent.RemoveCause
Packages that use EntityBreakEvent.RemoveCause
-
Uses of EntityBreakEvent.RemoveCause in io.papermc.paper.event.entity
Subclasses with type arguments of type EntityBreakEvent.RemoveCause in io.papermc.paper.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the cause of the removalMethods in io.papermc.paper.event.entity that return EntityBreakEvent.RemoveCauseModifier and TypeMethodDescriptionEntityBreakEvent.getCause()Gets the cause for the entity's removalstatic EntityBreakEvent.RemoveCauseReturns the enum constant of this class with the specified name.static EntityBreakEvent.RemoveCause[]EntityBreakEvent.RemoveCause.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 EntityBreakEvent.RemoveCauseModifierConstructorDescriptionEntityBreakByEntityEvent(Entity entity, Entity remover, DamageSource damageSource, EntityBreakEvent.RemoveCause cause) EntityBreakEvent(Entity entity, EntityBreakEvent.RemoveCause cause)