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
Subclasses with type arguments of type EntityRemoveEvent.Cause in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumRepresents various ways an entity gets removed.Methods in org.bukkit.event.entity that return EntityRemoveEvent.CauseModifier and TypeMethodDescriptionEntityRemoveEvent.getCause()Gets the cause why the entity got removed.static EntityRemoveEvent.CauseReturns 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.Cause