net.minecraft.client.gui.screens

public class PresetFlatWorldScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

fnz
net.minecraft.client.gui.screens.PresetFlatWorldScreen
net.minecraft.class_430
net.minecraft.client.gui.screen.world.PresetsScreen
net.minecraft.src.C_3577_

Field summary

Modifier and TypeField
static final ResourceLocation
b
SLOT_SPRITE
field_45417
SLOT_TEXTURE
f_291397_
static final org.slf4j.Logger
c
LOGGER
field_25043
LOGGER
f_96368_
private static final int
r
SLOT_BG_SIZE
field_32264
ICON_SIZE
f_169347_
private static final int
s
SLOT_STAT_HEIGHT
field_32265
BUTTON_HEIGHT
f_169348_
private static final int
u
SLOT_BG_X
field_32266
ICON_BACKGROUND_OFFSET_X
f_169349_
private static final int
v
SLOT_BG_Y
field_32267
ICON_BACKGROUND_OFFSET_Y
f_169350_
private static final int
w
SLOT_FG_X
field_32268
ICON_OFFSET_X
f_169351_
private static final int
x
SLOT_FG_Y
field_32269
ICON_OFFSET_Y
f_169352_
private static final ResourceKey<Biome>
y
DEFAULT_BIOME
field_27985
BIOME_KEY
f_169353_
public static final Component
a
UNKNOWN_PRESET
field_37908
UNKNOWN_PRESET_TEXT
f_232751_
private final CreateFlatWorldScreen
z
parent
field_2519
parent
f_96370_
private Component
A
shareText
field_2520
shareText
f_96371_
private Component
B
listText
field_2524
listText
f_96372_
private PresetFlatWorldScreen$PresetsList
C
list
field_2521
listWidget
f_96373_
private Button
D
selectButton
field_2525
selectPresetButton
f_96374_
EditBox
E
export
field_2523
customPresetField
f_96375_
FlatLevelGeneratorSettings
F
settings
field_25044
config
f_96376_

Constructor summary

ModifierConstructor
public (CreateFlatWorldScreen parent)

Method summary

Modifier and TypeMethod
private static FlatLayerInfo
a(jn<dfy> arg0, String arg1, int arg2)
getLayerInfoFromString(HolderGetter<Block> arg0, String arg1, int arg2)
method_29059(class_7871<class_2248> arg0, String arg1, int arg2)
parseLayerString(RegistryEntryLookup<Block> blockLookup, String layer, int layerStartHeight)
m_257877_(C_254583_<C_1706_> p_259695_, String p_259185_, int p_259723_)
private static List<FlatLayerInfo>
a(jn<dfy> arg0, String arg1)
getLayersInfoFromString(HolderGetter<Block> arg0, String arg1)
method_29058(class_7871<class_2248> arg0, String arg1)
parsePresetLayersString(RegistryEntryLookup<Block> blockLookup, String layers)
m_257841_(C_254583_<C_1706_> p_259080_, String p_260301_)
public static FlatLevelGeneratorSettings
a(jn<dfy> arg0, jn<ddw> arg1, jn<ejx> arg2, jn<eiv> arg3, String arg4, eht arg5)
fromString(HolderGetter<Block> arg0, HolderGetter<Biome> arg1, HolderGetter<StructureSet> arg2, HolderGetter<PlacedFeature> arg3, String arg4, FlatLevelGeneratorSettings arg5)
method_29060(class_7871<class_2248> arg0, class_7871<class_1959> arg1, class_7871<class_7059> arg2, class_7871<class_6796> arg3, String arg4, class_3232 arg5)
parsePresetString(RegistryEntryLookup<Block> blockLookup, RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> placedFeatureLookup, String preset, FlatChunkGeneratorConfig config)
m_257717_(C_254583_<C_1706_> p_259084_, C_254583_<C_1629_> p_259583_, C_254583_<C_207023_> p_259610_, C_254583_<C_183014_> p_259243_, String p_259508_, C_2431_ p_259417_)
static String
a(eht arg0)
save(FlatLevelGeneratorSettings arg0)
method_29062(class_3232 arg0)
getGeneratorConfigString(FlatChunkGeneratorConfig config)
m_205393_(C_2431_ p_205394_)
protected void
aT_()
init()
method_25426()
init()
m_7856_()
public boolean
a(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
m_6050_(double p_96382_, double p_297555_, double arg2, double arg3)
public void
a(fgo arg0, int arg1, int arg2)
resize(Minecraft arg0, int arg1, int arg2)
method_25410(class_310 arg0, int arg1, int arg2)
resize(MinecraftClient arg0, int arg1, int arg2)
m_6574_(C_3391_ p_96391_, int p_96392_, int arg2)
public void
d()
onClose()
method_25419()
close()
m_7379_()
public void
a(fhz arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
m_88315_(C_279497_ p_281914_, int p_283700_, int p_283598_, float arg3)
public void
c(boolean arg0)
updateButtonValidity(boolean arg0)
method_20102(boolean arg0)
updateSelectButton(boolean hasSelected)
m_96449_(boolean arg0)