Uses of Enum Class
net.mathias2246.buildmc.api.status.StatusInstance.AllowStatus
Packages that use StatusInstance.AllowStatus
-
Uses of StatusInstance.AllowStatus in net.mathias2246.buildmc.api.status
Subclasses with type arguments of type StatusInstance.AllowStatus in net.mathias2246.buildmc.api.statusModifier and TypeClassDescriptionstatic enumA simple enum to show if a player is allowed to use aStatusInstance, or if he doesn't fulfill all requirements.Methods in net.mathias2246.buildmc.api.status that return StatusInstance.AllowStatusModifier and TypeMethodDescriptionStatusInstance.allowPlayer(org.bukkit.entity.Player player) Checks if the given player can have this status.static StatusInstance.AllowStatusReturns the enum constant of this class with the specified name.static StatusInstance.AllowStatus[]StatusInstance.AllowStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.