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

public class MultiplayerScreen

extends Screen

All mapped superinterfaces:

ConfirmationListener

bnf
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 void
b()
method_1044()
init()
func_73866_w_()
initGui()
public void
k()
method_1035()
handleMouse()
func_146274_d()
handleMouseInput()
public void
a()
method_1012()
addButtons()
func_146794_g()
createButtons()
public void
e()
method_1033()
tick()
func_73876_c()
updateScreen()
public void
m()
method_1030()
removed()
func_146281_b()
onGuiClosed()
protected void
a(bja arg0)
method_1027(class_356 arg0)
buttonClicked(ButtonWidget arg0)
func_146284_a(GuiButton arg0)
actionPerformed(GuiButton arg0)
private void
i()
method_6785()
refresh()
func_146792_q()
refreshServerList()
public void
a(boolean arg0, int arg1)
method_1029(boolean arg0, int arg1)
confirmResult(boolean arg0, int arg1)
func_73878_a(boolean arg0, int arg1)
confirmClicked(boolean arg0, int arg1)
protected void
a(char arg0, int arg1)
method_1024(char arg0, int arg1)
keyPressed(char arg0, int arg1)
func_73869_a(char arg0, int arg1)
keyTyped(char arg0, int arg1)
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)
drawScreen(int arg0, int arg1, float arg2)
public void
f()
method_6782()
connect()
func_146796_h()
connectToSelected()
private void
a(bse 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
g()
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)
protected void
a(int arg0, int arg1, int arg2)
method_1026(int arg0, int arg1, int arg2)
mouseClicked(int arg0, int arg1, int arg2)
func_73864_a(int arg0, int arg1, int arg2)
mouseClicked(int arg0, int arg1, int arg2)
protected void
b(int arg0, int arg1, int arg2)
method_1032(int arg0, int arg1, int arg2)
mouseReleased(int arg0, int arg1, int arg2)
func_146286_b(int arg0, int arg1, int arg2)
mouseReleased(int arg0, int arg1, int arg2)
public ServerList
h()
method_6784()
getServerList()
func_146795_p()
getServerList()
public boolean
a(bni 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(bni 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(bni 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(bni 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)