com.mojang.realmsclient.gui.screens

public class RealmsSelectWorldTemplateScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

ekj
com.mojang.realmsclient.gui.screens.RealmsSelectWorldTemplateScreen
net.minecraft.class_4419
net.minecraft.client.realms.gui.screen.RealmsSelectWorldTemplateScreen
net.minecraft.src.C_3330_

Field summary

Modifier and TypeField
static final org.slf4j.Logger
a
LOGGER
field_20069
LOGGER
f_89605_
static final ResourceLocation
b
LINK_ICON
field_22719
LINK_ICONS
f_89606_
static final ResourceLocation
c
TRAILER_ICON
field_22720
TRAILER_ICONS
f_89607_
static final ResourceLocation
J
SLOT_FRAME_LOCATION
field_22721
SLOT_FRAME
f_89608_
static final Component
K
PUBLISHER_LINK_TOOLTIP
field_26512
INFO_TOOLTIP
f_89609_
static final Component
L
TRAILER_LINK_TOOLTIP
field_26513
TRAILER_TOOLTIP
f_89610_
private final Consumer<WorldTemplate>
M
callback
field_27941
callback
f_167479_
RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionList
N
worldTemplateObjectSelectionList
field_20071
templateList
f_89612_
int
O
selectedTemplate
field_20072
selectedTemplate
f_89613_
private Button
P
selectButton
field_20074
selectButton
f_89615_
private Button
Q
trailerButton
field_20075
trailerButton
f_89616_
private Button
R
publisherButton
field_20076
publisherButton
f_89617_
Component
S
toolTip
field_20077
tooltip
f_89618_
String
T
currentLink
field_20078
currentLink
f_89597_
private final RealmsServer$WorldType
U
worldType
field_20079
worldType
f_89598_
int
V
clicks
field_20080
clicks
f_89599_
private Component[]
W
warning
field_20081
warning
f_89600_
private String
X
warningURL
field_20082
warningURL
f_89601_
boolean
Y
displayWarning
field_20083
displayWarning
f_89602_
private boolean
Z
hoverWarning
field_20084
hoverWarning
f_89603_
List<TextRenderingUtils$Line>
aa
noTemplatesMessage
field_20085
noTemplatesMessage
f_89604_

Constructor summary

ModifierConstructor
public (Component title, Consumer<WorldTemplate> callback, RealmsServer$WorldType worldType)
public (Component title, Consumer<WorldTemplate> callback, RealmsServer$WorldType worldType, WorldTemplatePaginatedList templateList)

Method summary

Modifier and TypeMethod
public void
a(tj... arg0)
setWarning(Component... arg0)
method_21429(class_2561... arg0)
setWarning(Text... warning)
m_89682_(C_4996_... arg0)
public boolean
a(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
m_6375_(double p_89630_, double arg1, int arg2)
public void
b()
init()
method_25426()
init()
m_7856_()
public Component
aw_()
getNarrationMessage()
method_25435()
getNarratedTitle()
m_142562_()
void
B()
updateButtonStates()
method_21425()
updateButtonStates()
m_89718_()
private boolean
C()
shouldSelectButtonBeActive()
method_21430()
shouldSelectButtonBeActive()
m_89721_()
private boolean
D()
shouldPublisherBeVisible()
method_21432()
shouldPublisherBeVisible()
m_89724_()
private WorldTemplate
E()
getSelectedTemplate()
method_21434()
getSelectedTemplate()
m_89727_()
private boolean
F()
shouldTrailerBeVisible()
method_21436()
shouldTrailerBeVisible()
m_89730_()
public void
f()
tick()
method_25393()
tick()
m_86600_()
public void
ay_()
onClose()
method_25419()
close()
m_7379_()
void
G()
selectTemplate()
method_21440()
selectTemplate()
m_89736_()
private boolean
H()
hasValidTemplate()
method_25247()
isSelectionValid()
m_89737_()
private void
I()
onTrailer()
method_21442()
onTrailer()
m_89738_()
private void
J()
onPublish()
method_21444()
onPublish()
m_89739_()
private void
a(ejc arg0)
fetchTemplatesAsync(WorldTemplatePaginatedList arg0)
method_21415(class_4891 arg0)
setPagination(WorldTemplatePaginatedList templateList)
m_89653_(C_3265_ arg0)
com.mojang.datafixers.util.Either<WorldTemplatePaginatedList, String>
a(ejc arg0, eht arg1)
fetchTemplates(WorldTemplatePaginatedList arg0, RealmsClient arg1)
method_21416(class_4891 arg0, class_4341 arg1)
fetchWorldTemplates(WorldTemplatePaginatedList templateList, RealmsClient realms)
m_89655_(C_3265_ p_89657_, C_3223_ arg1)
public void
a(ehe 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_86412_(C_3181_ p_89640_, int p_89641_, int p_89642_, float arg3)
private void
a(ehe arg0, int arg1, int arg2, List<ela$a> arg3)
renderMultilineMessage(PoseStack arg0, int arg1, int arg2, List<TextRenderingUtils$Line> arg3)
method_21414(class_4587 arg0, int arg1, int arg2, List<class_4450$class_4451> arg3)
renderMessages(MatrixStack matrices, int x, int y, List<TextRenderingUtils$Line> messages)
m_89643_(C_3181_ p_89645_, int p_89646_, int p_89647_, List<C_3353_$C_3354_> arg3)
protected void
a(ehe arg0, tj arg1, int arg2, int arg3)
renderMousehoverTooltip(PoseStack arg0, Component arg1, int arg2, int arg3)
method_21424(class_4587 arg0, class_2561 arg1, int arg2, int arg3)
renderMousehoverTooltip(MatrixStack matrices, Text tooltip, int mouseX, int mouseY)
m_89648_(C_3181_ p_89650_, C_4996_ p_89651_, int p_89652_, int arg3)