Uses of Class
dev.twilite.game.stream.ServerView
Packages that use ServerView
-
Uses of ServerView in dev.twilite.game
Methods in dev.twilite.game that return ServerViewModifier and TypeMethodDescriptionstatic ServerViewGame.servers()Returns a lazy view of the public server list. -
Uses of ServerView in dev.twilite.game.stream
Methods in dev.twilite.game.stream that return ServerViewModifier and TypeMethodDescriptionFilters servers by activity text.Returns a new server view with an additional filter.ServerView.flag(Server.Flag... flags) Filters servers by property flag.ServerView.id(int... ids) Filters servers by world id.ServerView.includeCurrent()Includes the current server in this view.ServerView.location(Server.Location... locations) Filters servers by location.ServerView.members()Filters members-only servers.ServerView.not()Returns a new server view with the most recent filter negated.Returns a new server view with the supplied filter OR'ed with the most recent filter.ServerView.population(int min, int max) Filters servers by inclusive population range.