| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.gui | |
| net.minecraft.client.multiplayer |
| Modifier and Type | Method and Description |
|---|---|
void |
Minecraft.setServerData(ServerData par1ServerData)
Set the current ServerData instance.
|
| Constructor and Description |
|---|
GuiScreenAddServer(GuiScreen par1GuiScreen,
ServerData par2ServerData) |
GuiScreenServerList(GuiScreen par1GuiScreen,
ServerData par2ServerData) |
| Modifier and Type | Method and Description |
|---|---|
ServerData |
ServerList.getServerData(int par1)
Gets the ServerData instance stored for the given index in the list.
|
static ServerData |
ServerData.getServerDataFromNBTCompound(NBTTagCompound par0NBTTagCompound)
Takes an NBTTagCompound with 'name' and 'ip' keys, returns a ServerData instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerList.addServerData(ServerData par1ServerData)
Adds the given ServerData instance to the list.
|
| Constructor and Description |
|---|
GuiConnecting(GuiScreen par1GuiScreen,
Minecraft par2Minecraft,
ServerData par3ServerData) |