| Package | Description | 
|---|---|
| net.minecraft.client | |
| net.minecraft.client.gui | |
| net.minecraft.client.multiplayer | |
| net.minecraft.client.network | |
| net.minecraftforge.fml.client | 
| Modifier and Type | Field and Description | 
|---|---|
| private ServerData | Minecraft. currentServerData | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerData | Minecraft. getCurrentServerData() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Minecraft. setServerData(ServerData serverDataIn) | 
| Modifier and Type | Field and Description | 
|---|---|
| private ServerData | GuiMultiplayer. selectedServer | 
| private ServerData | ServerListEntryNormal. server | 
| private ServerData | GuiScreenAddServer. serverData | 
| private ServerData | GuiScreenServerList. serverData | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerData | ServerListEntryNormal. getServerData() | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | GuiMultiplayer. connectToServer(ServerData server) | 
| Constructor and Description | 
|---|
| GuiScreenAddServer(GuiScreen parentScreenIn,
                  ServerData serverDataIn) | 
| GuiScreenServerList(GuiScreen lastScreenIn,
                   ServerData serverDataIn) | 
| ServerListEntryNormal(GuiMultiplayer ownerIn,
                     ServerData serverIn) | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.List<ServerData> | ServerList. servers | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerData | ServerList. getServerData(int index) | 
| static ServerData | ServerData. getServerDataFromNBTCompound(NBTTagCompound nbtCompound) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServerList. addServerData(ServerData server) | 
| void | ServerData. copyFrom(ServerData serverDataIn) | 
| static void | ServerList. saveSingleServer(ServerData server) | 
| void | ServerList. set(int index,
   ServerData server) | 
| Constructor and Description | 
|---|
| GuiConnecting(GuiScreen parent,
             Minecraft mcIn,
             ServerData serverDataIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServerPinger. ping(ServerData server) | 
| private void | ServerPinger. tryCompatibilityPing(ServerData server) | 
| Modifier and Type | Field and Description | 
|---|---|
| private ServerData | GuiAccessDenied. data | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.Map<ServerData,ExtendedServerListData> | FMLClientHandler. serverDataTag | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FMLClientHandler. bindServerListData(ServerData data,
                  ServerStatusResponse originalResponse) | 
| void | FMLClientHandler. connectToServer(GuiScreen guiMultiplayer,
               ServerData serverEntry) | 
| java.lang.String | FMLClientHandler. enhanceServerListEntry(ServerListEntryNormal serverListEntry,
                      ServerData serverEntry,
                      int x,
                      int width,
                      int y,
                      int relativeMouseX,
                      int relativeMouseY) | 
| Constructor and Description | 
|---|
| GuiAccessDenied(GuiScreen parent,
               ServerData data) |