com.mojang.realmsclient.gui.screens

public class RealmsResetWorldScreen

extends RealmsScreen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

fel
com.mojang.realmsclient.gui.screens.RealmsResetWorldScreen
net.minecraft.class_4410
net.minecraft.client.realms.gui.screen.RealmsCreateWorldScreen
net.minecraft.src.C_3320_

Field summary

Modifier and TypeField
static final org.slf4j.Logger
c
LOGGER
field_19999
LOGGER
f_89314_
private static final Component
B
CREATE_REALM_TITLE
field_46127
CREATE_REALM_TITLE
f_290557_
private static final Component
C
CREATE_REALM_SUBTITLE
field_46115
CREATE_REALM_SUBTITLE
f_291182_
private static final Component
D
CREATE_WORLD_TITLE
field_46116
CREATE_WORLD_TITLE
f_291523_
private static final Component
E
CREATE_WORLD_SUBTITLE
field_46117
CREATE_WORLD_SUBTITLE
f_290804_
private static final Component
F
RESET_WORLD_TITLE
field_46118
RESET_WORLD_TITLE
f_291359_
private static final Component
G
RESET_WORLD_SUBTITLE
field_46119
RESET_WORLD_SUBTITLE
f_290382_
public static final Component
a
CREATE_WORLD_RESET_TASK_TITLE
field_46125
CREATING_TEXT
f_290482_
private static final Component
H
RESET_WORLD_RESET_TASK_TITLE
field_46120
RESETTING_TEXT
f_291435_
private static final Component
I
WORLD_TEMPLATES_TITLE
field_46121
TEMPLATE_TEXT
f_291738_
private static final Component
J
ADVENTURES_TITLE
field_46122
ADVENTURE_TEXT
f_290635_
private static final Component
K
EXPERIENCES_TITLE
field_46123
EXPERIENCE_TEXT
f_290531_
private static final Component
L
INSPIRATION_TITLE
field_46124
INSPIRATION_TEXT
f_291399_
private final Screen
M
lastScreen
field_20000
parent
f_89315_
private final RealmsServer
N
serverData
field_20001
serverData
f_89316_
private final Component
O
subtitle
field_20006
subtitle
f_89320_
private final int
P
subtitleColor
field_20008
subtitleColor
f_89322_
private final Component
Q
resetTaskTitle
field_20501
taskTitle
f_290548_
private static final ResourceLocation
R
UPLOAD_LOCATION
field_22714
UPLOAD_TEXTURE
f_89324_
private static final ResourceLocation
S
ADVENTURE_MAP_LOCATION
field_22715
ADVENTURE_TEXTURE
f_89325_
private static final ResourceLocation
T
SURVIVAL_SPAWN_LOCATION
field_22716
SURVIVAL_SPAWN_TEXTURE
f_89326_
private static final ResourceLocation
U
NEW_WORLD_LOCATION
field_22708
NEW_WORLD_TEXTURE
f_89300_
private static final ResourceLocation
V
EXPERIENCE_LOCATION
field_22709
EXPERIENCE_TEXTURE
f_89301_
private static final ResourceLocation
W
INSPIRATION_LOCATION
field_22710
INSPIRATION_TEXTURE
f_89302_
WorldTemplatePaginatedList
X
templates
field_20495
normalWorldTemplates
f_89303_
WorldTemplatePaginatedList
Y
adventuremaps
field_20496
adventureWorldTemplates
f_89304_
WorldTemplatePaginatedList
Z
experiences
field_20497
experienceWorldTemplates
f_89305_
WorldTemplatePaginatedList
aa
inspirations
field_20498
inspirationWorldTemplates
f_89306_
public final int
b
slot
field_19998
slot
f_89313_
private final RealmCreationTask
ab
realmCreationTask
field_46709
creationTask
f_314298_
private final Runnable
ac
resetWorldRunnable
field_22711
callback
f_89311_
private final HeaderAndFooterLayout
ad
layout
field_46126
layout
f_291273_

Constructor summary

ModifierConstructor
private (Screen parent, RealmsServer serverData, int slot, Component title, Component subtitle, int subtitleColor, Component taskTitle, Runnable callback)
public (Screen parent, RealmsServer serverData, int slot, Component title, Component subtitle, int subtitleColor, Component taskTitle, RealmCreationTask creationTask, Runnable callback)

Method summary

Modifier and TypeMethod
public static RealmsResetWorldScreen
a(fod arg0, fcp arg1, ffp arg2, Runnable arg3)
forNewRealm(Screen arg0, RealmsServer arg1, RealmCreationTask arg2, Runnable arg3)
method_53802(class_437 arg0, class_4877 arg1, class_4445 arg2, Runnable arg3)
newRealm(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback)
m_294089_(C_3583_ p_300926_, C_3244_ p_297918_, C_313546_ p_333820_, Runnable p_299910_)
public static RealmsResetWorldScreen
a(fod arg0, int arg1, fcp arg2, Runnable arg3)
forEmptySlot(Screen arg0, int arg1, RealmsServer arg2, Runnable arg3)
method_53801(class_437 arg0, int arg1, class_4877 arg2, Runnable arg3)
newWorld(Screen parent, int slot, RealmsServer serverData, Runnable callback)
m_294326_(C_3583_ p_298871_, int p_300158_, C_3244_ p_300454_, Runnable p_298350_)
public static RealmsResetWorldScreen
a(fod arg0, fcp arg1, Runnable arg2)
forResetSlot(Screen arg0, RealmsServer arg1, Runnable arg2)
method_53805(class_437 arg0, class_4877 arg1, Runnable arg2)
resetWorld(Screen parent, RealmsServer serverData, Runnable callback)
m_295443_(C_3583_ p_298755_, C_3244_ p_299132_, Runnable p_300942_)
public void
aT_()
init()
method_25426()
init()
m_7856_()
protected void
c()
repositionElements()
method_48640()
initTabNavigation()
m_267719_()
public Component
i()
getNarrationMessage()
method_25435()
getNarratedTitle()
m_142562_()
public void
d()
onClose()
method_25419()
close()
m_7379_()
private void
a(fde arg0)
templateSelectionCallback(WorldTemplate arg0)
method_32488(class_4890 arg0)
onSelectWorldTemplate(WorldTemplate template)
m_167453_(C_3263_ arg0)
private void
a(ffg arg0)
generationSelectionCallback(WorldGenerationInfo arg0)
method_32489(class_4413 arg0)
onResetNormalWorld(ResetWorldInfo info)
m_167455_(C_141567_ arg0)
private void
a(ffn arg0)
runResetTasks(LongRunningTask arg0)
method_54380(class_4358 arg0)
runTasks(LongRunningTask task)
m_306545_(C_3363_ arg0)