Uses of Enum Class
xericker.arenalegends.core.game.contract.player.PlayerState
Packages that use PlayerState
Package
Description
-
Uses of PlayerState in xericker.arenalegends.core.game
Methods in xericker.arenalegends.core.game that return PlayerStateMethods in xericker.arenalegends.core.game that return types with arguments of type PlayerStateMethods in xericker.arenalegends.core.game with parameters of type PlayerStateModifier and TypeMethodDescriptionList<org.bukkit.entity.Player> Game.getPlayers(PlayerState playerState) voidGame.setPlayerState(UUID playerId, PlayerState playerState) -
Uses of PlayerState in xericker.arenalegends.core.game.contract.player
Subclasses with type arguments of type PlayerState in xericker.arenalegends.core.game.contract.playerMethods in xericker.arenalegends.core.game.contract.player 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. -
Uses of PlayerState in xericker.arenalegends.core.game.message
Methods in xericker.arenalegends.core.game.message with parameters of type PlayerStateModifier and TypeMethodDescriptionstatic voidGameMessage.playSound(Game game, PlayerState playerState, org.bukkit.Sound sound, float volume, float pitch) static voidActionMessage.send(Game game, PlayerState playerState, String message) static voidGameMessage.send(Game game, PlayerState playerState, String message) static voidTitleMessage.send(Game game, PlayerState playerState, int fadeIn, int stay, int fadeOut, String message)