Uses of Enum Class
ua.mcchickenstudio.opencreative.planets.Planet.PlayersType
Packages that use Planet.PlayersType
-
Uses of Planet.PlayersType in ua.mcchickenstudio.opencreative.planets
Subclasses with type arguments of type Planet.PlayersType in ua.mcchickenstudio.opencreative.planetsMethods in ua.mcchickenstudio.opencreative.planets that return Planet.PlayersTypeModifier and TypeMethodDescriptionstatic Planet.PlayersTypeReturns the enum constant of this class with the specified name.static Planet.PlayersType[]Planet.PlayersType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Planet.PlayersType in ua.mcchickenstudio.opencreative.utils
Methods in ua.mcchickenstudio.opencreative.utils with parameters of type Planet.PlayersTypeModifier and TypeMethodDescriptionstatic booleanFileUtils.addPlayerInPlanetList(Planet planet, String nickname, Planet.PlayersType type) Adds player to list, that located in planet's settings.yml file.FileUtils.getPlayersFromPlanetList(Planet planet, Planet.PlayersType type) Returns a specified list of players nicknames.