Uses of Enum Class
io.papermc.paper.entity.RemovalReason
Packages that use RemovalReason
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.-
Uses of RemovalReason in io.papermc.paper.entity
Subclasses with type arguments of type RemovalReason in io.papermc.paper.entityMethods in io.papermc.paper.entity that return RemovalReasonModifier and TypeMethodDescriptionstatic RemovalReasonReturns the enum constant of this class with the specified name.static RemovalReason[]RemovalReason.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RemovalReason in org.bukkit.entity
Methods in org.bukkit.entity that return RemovalReasonModifier and TypeMethodDescriptionEntity.getRemovalReason()Returns the reason this entity was removed.