public static final class GS4QueryEvent.QueryResponse extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
GS4QueryEvent.QueryResponse.Builder |
A builder for
GS4QueryEvent.QueryResponse objects. |
static class |
GS4QueryEvent.QueryResponse.PluginInformation |
Plugin information
|
Modifier and Type | Method | Description |
---|---|---|
static GS4QueryEvent.QueryResponse.Builder |
builder() |
Creates a new
GS4QueryEvent.QueryResponse.Builder instance |
int |
getCurrentPlayers() |
Get current online player count which will be used to reply to the query.
|
String |
getGameVersion() |
Get game version which will be used to reply to the query.
|
String |
getHostname() |
Get server (public facing) hostname
|
String |
getMap() |
Get map name which will be used to reply to the query.
|
int |
getMaxPlayers() |
Get max player count which will be used to reply to the query.
|
String |
getMotd() |
Get motd which will be used to reply to the query.
|
Collection<String> |
getPlayers() |
Get collection of players which will be used to reply to the query.
|
Collection<GS4QueryEvent.QueryResponse.PluginInformation> |
getPlugins() |
Get list of plugins which will be used to reply to the query.
|
int |
getPort() |
Get server (public facing) port
|
String |
getServerVersion() |
Get server software (name and version) which will be used to reply to the query.
|
GS4QueryEvent.QueryResponse.Builder |
toBuilder() |
Creates a new
GS4QueryEvent.QueryResponse.Builder instance from data represented by this response |
@NotNull public String getMotd()
Server.getMotd()
.@NotNull public String getGameVersion()
@NotNull public String getMap()
world
is sent.public int getCurrentPlayers()
public int getMaxPlayers()
@NotNull public String getHostname()
public int getPort()
@NotNull public Collection<String> getPlayers()
@NotNull public String getServerVersion()
@NotNull public Collection<GS4QueryEvent.QueryResponse.PluginInformation> getPlugins()
@NotNull public GS4QueryEvent.QueryResponse.Builder toBuilder()
GS4QueryEvent.QueryResponse.Builder
instance from data represented by this responseGS4QueryEvent.QueryResponse
builder@NotNull public static GS4QueryEvent.QueryResponse.Builder builder()
GS4QueryEvent.QueryResponse.Builder
instanceGS4QueryEvent.QueryResponse
builderCopyright © 2019. All rights reserved.