public class MCPingResponse extends java.lang.Object implements IPingResponse
ModernPing and LegacyPing.| Modifier and Type | Class and Description |
|---|---|
static class |
MCPingResponse.ForgeData |
static class |
MCPingResponse.ModInfo |
static class |
MCPingResponse.Players |
static class |
MCPingResponse.Server |
static class |
MCPingResponse.Version |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description |
java.lang.String |
favicon |
MCPingResponse.ForgeData |
forgeData |
MCPingResponse.ModInfo |
modinfo |
MCPingResponse.Players |
players |
java.lang.Boolean |
previewsChat |
MCPingResponse.Server |
server |
MCPingResponse.Version |
version |
| Constructor and Description |
|---|
MCPingResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String description
public java.lang.String favicon
public MCPingResponse.Server server
public java.lang.Boolean previewsChat
public MCPingResponse.Version version
public MCPingResponse.Players players
public MCPingResponse.ModInfo modinfo
public MCPingResponse.ForgeData forgeData