com.mojang.realmsclient.gui.screens

public class RealmsPlayerScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget

edp
com.mojang.realmsclient.gui.screens.RealmsPlayerScreen
net.minecraft.class_4406
net.minecraft.client.realms.gui.screen.RealmsPlayerScreen
net.minecraft.src.C_3315_

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_19958
LOGGER
f_89073_
private static final ResourceLocation
b
OP_ICON_LOCATION
field_22704
OP_ICON
f_89074_
private static final ResourceLocation
c
USER_ICON_LOCATION
field_22705
USER_ICON
f_89075_
private static final ResourceLocation
I
CROSS_ICON_LOCATION
field_22706
CROSS_PLAYER_ICON
f_89076_
private static final ResourceLocation
J
OPTIONS_BACKGROUND
field_22707
OPTIONS_BACKGROUND
f_89077_
private static final Component
K
NORMAL_USER_TOOLTIP
field_26498
NORMAL_TOOLTIP
f_89078_
private static final Component
L
OP_TOOLTIP
field_26499
OPERATOR_TOOLTIP
f_89079_
private static final Component
M
REMOVE_ENTRY_TOOLTIP
field_26500
REMOVE_TOOLTIP
f_89080_
private static final Component
N
INVITED_LABEL
field_26501
INVITED_TEXT
f_89081_
private Component
O
toolTip
field_19959
tooltip
f_89082_
private final RealmsConfigureWorldScreen
P
lastScreen
field_19960
parent
f_89083_
final RealmsServer
Q
serverData
field_19961
serverData
f_89084_
private RealmsPlayerScreen$InvitedObjectSelectionList
R
invitedObjectSelectionList
field_19962
invitedObjectSelectionList
f_89085_
int
S
column1X
field_19963
column1_x
f_89086_
int
T
columnWidth
field_19964
column_width
f_89063_
private int
U
column2X
field_19965
column2_x
f_89064_
private Button
V
removeButton
field_19966
removeButton
f_89065_
private Button
W
opdeopButton
field_19967
opdeopButton
f_89066_
private int
X
selectedInvitedIndex
field_19968
selectedInvitedIndex
f_89067_
private String
Y
selectedInvited
field_19969
selectedInvited
f_89068_
int
Z
player
field_19970
player
f_89069_
private boolean
aa
stateChanged
field_19971
stateChanged
f_89070_
RealmsPlayerScreen$UserAction
ab
hoveredUserAction
field_26496
operation
f_89072_

Constructor summary

ModifierConstructor
public (RealmsConfigureWorldScreen parent, RealmsServer serverData)

Method summary

Modifier and TypeMethod
public void
b()
init()
method_25426()
init()
m_7856_()
void
g()
updateButtonStates()
method_21325()
updateButtonStates()
m_89188_()
private boolean
k(int arg0)
shouldRemoveAndOpdeopButtonBeVisible(int arg0)
method_21326(int arg0)
shouldRemoveAndOpdeopButtonBeVisible(int player)
m_89190_(int arg0)
public void
e()
removed()
method_25432()
removed()
m_7861_()
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
m_7933_(int p_89095_, int p_89096_, int arg2)
private void
k()
backButtonClicked()
method_21333()
backButtonClicked()
m_89189_()
void
l(int arg0)
op(int arg0)
method_21334(int arg0)
op(int index)
m_89192_(int arg0)
void
m(int arg0)
deop(int arg0)
method_21339(int arg0)
deop(int index)
m_89194_(int arg0)
private void
a(ebo arg0)
updateOps(Ops arg0)
method_21328(class_4870 arg0)
updateOps(Ops ops)
m_89107_(C_3237_ arg0)
void
n(int arg0)
uninvite(int arg0)
method_21344(int arg0)
uninvite(int index)
m_89196_(int arg0)
private void
o(int arg0)
deleteFromInvitedList(int arg0)
method_21347(int arg0)
deleteFromInvitedList(int selectedInvitedIndex)
m_89198_(int arg0)
public void
a(eaq arg0, int arg1, int arg2, float arg3)
render(PoseStack arg0, int arg1, int arg2, float arg3)
method_25394(class_4587 arg0, int arg1, int arg2, float arg3)
render(MatrixStack arg0, int arg1, int arg2, float arg3)
m_6305_(C_3181_ p_89099_, int p_89100_, int p_89101_, float arg3)
protected void
a(eaq arg0, rq arg1, int arg2, int arg3)
renderMousehoverTooltip(PoseStack arg0, Component arg1, int arg2, int arg3)
method_21332(class_4587 arg0, class_2561 arg1, int arg2, int arg3)
renderMousehoverTooltip(MatrixStack matrices, Text tooltip, int mouseX, int mouseY)
m_89102_(C_3181_ p_89104_, C_4996_ p_89105_, int p_89106_, int arg3)
void
c(eaq arg0, int arg1, int arg2, int arg3, int arg4)
drawRemoveIcon(PoseStack arg0, int arg1, int arg2, int arg3, int arg4)
method_21327(class_4587 arg0, int arg1, int arg2, int arg3, int arg4)
drawRemoveIcon(MatrixStack matrices, int x, int y, int mouseX, int mouseY)
m_89142_(C_3181_ p_89144_, int p_89145_, int p_89146_, int p_89147_, int arg4)
void
d(eaq arg0, int arg1, int arg2, int arg3, int arg4)
drawOpped(PoseStack arg0, int arg1, int arg2, int arg3, int arg4)
method_21335(class_4587 arg0, int arg1, int arg2, int arg3, int arg4)
drawOpped(MatrixStack matrices, int x, int y, int mouseX, int mouseY)
m_89164_(C_3181_ p_89166_, int p_89167_, int p_89168_, int p_89169_, int arg4)
void
e(eaq arg0, int arg1, int arg2, int arg3, int arg4)
drawNormal(PoseStack arg0, int arg1, int arg2, int arg3, int arg4)
method_21340(class_4587 arg0, int arg1, int arg2, int arg3, int arg4)
drawNormal(MatrixStack matrices, int x, int y, int mouseX, int mouseY)
m_89178_(C_3181_ p_89180_, int p_89181_, int p_89182_, int p_89183_, int arg4)