Uses of Enum Class
dev.twilite.game.wrapper.Server.Location
Packages that use Server.Location
-
Uses of Server.Location in dev.twilite.game.stream
Methods in dev.twilite.game.stream with parameters of type Server.LocationModifier and TypeMethodDescriptionServerView.location(Server.Location... locations) Filters servers by location. -
Uses of Server.Location in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return Server.LocationModifier and TypeMethodDescriptionstatic Server.LocationServer.Location.byId(int id) Resolves a raw public world-list location id.Server.location()Returns the value of thelocationrecord component.static Server.LocationReturns the enum constant of this class with the specified name.static Server.Location[]Server.Location.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.twilite.game.wrapper with parameters of type Server.LocationModifierConstructorDescriptionServer(int id, String activity, String host, Server.Location location, Set<Server.Flag> flags, int population) Creates an instance of aServerrecord class.