Uses of Enum Class
org.bukkit.event.entity.EntityRemoveEvent.Cause
Package
Description
-
Uses of EntityRemoveEvent.Cause in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityRemoveEvent.getCause()
Deprecated, for removal: This API element is subject to removal in a future version.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.ModifierConstructorDescriptionEntityRemoveEvent
(@NotNull Entity what, @NotNull EntityRemoveEvent.Cause cause) Deprecated, for removal: This API element is subject to removal in a future version.