Uses of Enum Class
org.bukkit.event.entity.EntityRemoveEvent.Cause
Packages that use EntityRemoveEvent.Cause
Package
Description
-
Uses of EntityRemoveEvent.Cause in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return EntityRemoveEvent.CauseModifier and TypeMethodDescriptionEntityRemoveEvent.getCause()
Gets the cause why the entity got removed.static EntityRemoveEvent.Cause
Returns the enum constant of this class with the specified name.static EntityRemoveEvent.Cause[]
EntityRemoveEvent.Cause.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 EntityRemoveEvent.CauseModifierConstructorDescriptionEntityRemoveEvent
(@NotNull Entity what, @NotNull EntityRemoveEvent.Cause cause)