net.minecraft.client.gui.screen.menu.multiplayer

public class MultiplayerScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, ConfirmationListener

clx
net.minecraft.class_376
net.minecraft.client.gui.screen.menu.multiplayer.MultiplayerScreen
net.minecraft.client.gui.GuiMultiplayer
net.minecraft.client.gui.GuiMultiplayer

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_7822
LOGGER
field_146802_a
LOGGER
private final MultiplayerServerListPinger
f
field_7823
pinger
field_146797_f
oldServerPinger
private final Screen
g
field_1184
parent
field_146798_g
parentScreen
private MultiplayerServerListWidget
h
field_7824
serverList
field_146803_h
serverListSelector
private ServerList
i
field_1186
servers
field_146804_i
savedServerList
private ButtonWidget
s
field_1188
editButton
field_146810_r
btnEditServer
private ButtonWidget
t
field_1189
joinButton
field_146809_s
btnSelectServer
private ButtonWidget
u
field_1190
deleteButton
field_146808_t
btnDeleteServer
private boolean
v
field_1191
deleteServerConfirmationDialogOpen
field_146807_u
deletingServer
private boolean
w
field_1192
addServerDialogOpen
field_146806_v
addingServer
private boolean
x
field_1193
editServerDialogOpen
field_146805_w
editingServer
private boolean
y
field_1194
serverOpen
field_146813_x
directConnect
private String
z
field_1195
tooltip
field_146812_y
hoveringText
private ServerListEntry
A
field_1196
newServer
field_146811_z
selectedServer
private LanServerQueryManager$LanServerList
B
field_1197
lanServerList
field_146799_A
lanServerList
private LanServerQueryManager$LanServerDetector
C
field_1198
lanServerDetector
field_146800_B
lanServerDetector
private boolean
D
field_1180
initialized
field_146801_C
initialized

Constructor summary

ModifierConstructor
public (Screen parent)

Method summary

Modifier and TypeMethod
public GuiEventListener
getFocused()
getFocused()
getFocused()
getFocused()
getFocused()
protected void
c()
method_1044()
init()
func_73866_w_()
initGui()
public void
h()
method_1012()
addButtons()
func_146794_g()
createButtons()
public void
f()
method_1033()
tick()
func_73876_c()
tick()
public void
n()
method_1030()
removed()
func_146281_b()
onGuiClosed()
private void
m()
method_6785()
refresh()
func_146792_q()
refreshServerList()
public void
confirmResult(boolean arg0, int arg1)
confirmResult(boolean arg0, int arg1)
confirmResult(boolean arg0, int arg1)
confirmResult(boolean arg0, int arg1)
confirmResult(boolean arg0, int arg1)
public boolean
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
public void
a(int arg0, int arg1, float arg2)
method_1025(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
func_73863_a(int arg0, int arg1, float arg2)
render(int arg0, int arg1, float arg2)
public void
i()
method_6782()
connect()
func_146796_h()
connectToSelected()
private void
a(crj arg0)
method_1003(class_485 arg0)
connect(ServerListEntry entry)
func_146791_a(ServerData arg0)
connectToServer(ServerData server)
public void
b(int arg0)
method_6781(int arg0)
moveToServer(int index)
func_146790_a(int arg0)
selectServer(int index)
public MultiplayerServerListPinger
j()
method_6783()
getServerListPinger()
func_146789_i()
getOldServerPinger()
public void
a(String arg0)
method_6780(String arg0)
setTooltip(String text)
func_146793_a(String arg0)
setHoveringText(String arg0)
public ServerList
k()
method_6784()
getServerList()
func_146795_p()
getServerList()
public boolean
a(cma arg0, int arg1)
method_9606(class_1825 arg0, int arg1)
canMoveUp(ServerListEntryWidget entry, int index)
func_175392_a(ServerListEntryNormal arg0, int arg1)
canMoveUp(ServerListEntryNormal arg0, int arg1)
public boolean
b(cma arg0, int arg1)
method_9608(class_1825 arg0, int arg1)
canMoveDown(ServerListEntryWidget entry, int index)
func_175394_b(ServerListEntryNormal arg0, int arg1)
canMoveDown(ServerListEntryNormal arg0, int arg1)
public void
a(cma arg0, int arg1, boolean arg2)
method_9607(class_1825 arg0, int arg1, boolean arg2)
moveUp(ServerListEntryWidget entry, int index, boolean moveToTop)
func_175391_a(ServerListEntryNormal arg0, int arg1, boolean arg2)
moveServerUp(ServerListEntryNormal arg0, int arg1, boolean arg2)
public void
b(cma arg0, int arg1, boolean arg2)
method_9609(class_1825 arg0, int arg1, boolean arg2)
moveDown(ServerListEntryWidget entry, int index, boolean moveToBottom)
func_175393_b(ServerListEntryNormal arg0, int arg1, boolean arg2)
moveServerDown(ServerListEntryNormal arg0, int arg1, boolean arg2)