Uses of Enum Class
dev.twilite.game.wrapper.Server.Flag
Packages that use Server.Flag
-
Uses of Server.Flag in dev.twilite.game.stream
Methods in dev.twilite.game.stream with parameters of type Server.FlagModifier and TypeMethodDescriptionServerView.flag(Server.Flag... flags) Filters servers by property flag. -
Uses of Server.Flag in dev.twilite.game.wrapper
Methods in dev.twilite.game.wrapper that return Server.FlagModifier and TypeMethodDescriptionstatic Server.FlagReturns the enum constant of this class with the specified name.static Server.Flag[]Server.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.twilite.game.wrapper that return types with arguments of type Server.FlagModifier and TypeMethodDescriptionServer.flags()Returns the value of theflagsrecord component.static Set<Server.Flag> Server.flags(int rawFlags) Decodes raw public world-list flags.Methods in dev.twilite.game.wrapper with parameters of type Server.FlagModifier and TypeMethodDescriptionbooleanServer.is(Server.Flag flag) Returns whether this server has a property flag.Constructor parameters in dev.twilite.game.wrapper with type arguments of type Server.FlagModifierConstructorDescriptionServer(int id, String activity, String host, Server.Location location, Set<Server.Flag> flags, int population) Creates an instance of aServerrecord class.