com.mojang.realmsclient.gui.screens

public class RealmsSelectWorldTemplateScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, Widget

dwn
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
R
SLOT_FRAME_LOCATION
field_22721
SLOT_FRAME
f_89608_
static final Component
S
PUBLISHER_LINK_TOOLTIP
field_26512
INFO_TOOLTIP
f_89609_
static final Component
T
TRAILER_LINK_TOOLTIP
field_26513
TRAILER_TOOLTIP
f_89610_
private final Consumer<WorldTemplate>
U
callback
field_27941
callback
f_167479_
RealmsSelectWorldTemplateScreen$WorldTemplateObjectSelectionList
V
worldTemplateObjectSelectionList
field_20071
templateList
f_89612_
int
W
selectedTemplate
field_20072
selectedTemplate
f_89613_
private Button
X
selectButton
field_20074
selectButton
f_89615_
private Button
Y
trailerButton
field_20075
trailerButton
f_89616_
private Button
Z
publisherButton
field_20076
publisherButton
f_89617_
Component
aa
toolTip
field_20077
tooltip
f_89618_
String
ab
currentLink
field_20078
currentLink
f_89597_
private final RealmsServer$WorldType
ac
worldType
field_20079
worldType
f_89598_
int
ad
clicks
field_20080
clicks
f_89599_
private Component[]
ae
warning
field_20081
warning
f_89600_
private String
af
warningURL
field_20082
warningURL
f_89601_
boolean
ag
displayWarning
field_20083
displayWarning
f_89602_
private boolean
ah
hoverWarning
field_20084
hoverWarning
f_89603_
List<TextRenderingUtils$Line>
ai
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(qk... 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
ag_()
getNarrationMessage()
method_25435()
getNarratedTitle()
m_142562_()
void
v()
updateButtonStates()
method_21425()
updateButtonStates()
m_89718_()
private boolean
w()
shouldSelectButtonBeActive()
method_21430()
shouldSelectButtonBeActive()
m_89721_()
private boolean
x()
shouldPublisherBeVisible()
method_21432()
shouldPublisherBeVisible()
m_89724_()
private WorldTemplate
y()
getSelectedTemplate()
method_21434()
getSelectedTemplate()
m_89727_()
private boolean
z()
shouldTrailerBeVisible()
method_21436()
shouldTrailerBeVisible()
m_89730_()
public void
d()
tick()
method_25393()
tick()
m_96624_()
public void
ai_()
onClose()
method_25419()
close()
m_7379_()
void
A()
selectTemplate()
method_21440()
selectTemplate()
m_89736_()
private boolean
B()
hasValidTemplate()
method_25247()
isSelectionValid()
m_89737_()
private void
C()
onTrailer()
method_21442()
onTrailer()
m_89738_()
private void
D()
onPublish()
method_21444()
onPublish()
m_89739_()
private void
a(dvi 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(dvi arg0, dub 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(dtm 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_89640_, int p_89641_, int p_89642_, float arg3)
private void
a(dtm arg0, int arg1, int arg2, List<dxh$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(dtm arg0, qk 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)