Uses of Enum Class
net.fateuhc.plugin.api.states.PlayerState
Packages that use PlayerState
-
Uses of PlayerState in net.fateuhc.plugin.api.managers
Methods in net.fateuhc.plugin.api.managers with parameters of type PlayerStateModifier and TypeMethodDescriptionList<org.bukkit.entity.Player>ProfileManager.getPlayersInState(PlayerState playerState) Used to gather the users in a PlayerState. -
Uses of PlayerState in net.fateuhc.plugin.api.states
Methods in net.fateuhc.plugin.api.states that return PlayerStateModifier and TypeMethodDescriptionstatic PlayerStateReturns the enum constant of this class with the specified name.static PlayerState[]PlayerState.values()Returns an array containing the constants of this enum class, in the order they are declared.