Package net.minecraft.client.gui.screen
Class PresetsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.PresetsScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
@Environment(CLIENT) public class PresetsScreen extends Screen
- Mappings:
Namespace Name official dvbintermediary net/minecraft/class_430named net/minecraft/client/gui/screen/PresetsScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPresetsScreen.SuperflatPreset(package private) classPresetsScreen.SuperflatPresetsListWidget -
Field Summary
Fields Modifier and Type Field Description private static RegistryKey<Biome>BIOME_KEYprivate FlatChunkGeneratorConfigconfigprivate TextFieldWidgetcustomPresetFieldprivate static Loggerfield_25043private TextlistTextprivate PresetsScreen.SuperflatPresetsListWidgetlistWidgetprivate CustomizeFlatLevelScreenparentprivate static List<PresetsScreen.SuperflatPreset>PRESETSprivate ButtonWidgetselectPresetButtonprivate TextshareTextFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description PresetsScreen(CustomizeFlatLevelScreen parent) -
Method Summary
Modifier and Type Method Description private static voidaddPreset(Text text, ItemConvertible icon, RegistryKey<Biome> registryKey, List<StructureFeature<?>> structures, boolean bool, boolean bool2, boolean bool3, FlatChunkGeneratorLayer[] flatChunkGeneratorLayer)protected voidinit()Called when a screen should be initialized.private static List<FlatChunkGeneratorLayer>method_29058(String string)private static FlatChunkGeneratorLayermethod_29059(String string, int int2)static FlatChunkGeneratorConfigmethod_29060(Registry<Biome> registry, String string, FlatChunkGeneratorConfig flatChunkGeneratorConfig)private static Stringmethod_29062(Registry<Biome> registry, FlatChunkGeneratorConfig flatChunkGeneratorConfig)booleanmouseScrolled(double mouseX, double mouseY, double amount)Callback for when a mouse button scroll event has been captured.voidonClose()voidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)voidresize(MinecraftClient client, int width, int height)voidtick()voidupdateSelectButton(boolean hasSelected)Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, setInitialFocus
-
Field Details
-
field_25043
- Mappings:
Namespace Name Mixin selector official aLdvb;a:Lorg/apache/logging/log4j/Logger;intermediary field_25043Lnet/minecraft/class_430;field_25043:Lorg/apache/logging/log4j/Logger;named field_25043Lnet/minecraft/client/gui/screen/PresetsScreen;field_25043:Lorg/apache/logging/log4j/Logger;
-
PRESETS
- Mappings:
Namespace Name Mixin selector official bLdvb;b:Ljava/util/List;intermediary field_2518Lnet/minecraft/class_430;field_2518:Ljava/util/List;named PRESETSLnet/minecraft/client/gui/screen/PresetsScreen;PRESETS:Ljava/util/List;
-
BIOME_KEY
- Mappings:
Namespace Name Mixin selector official cLdvb;c:Lwa;intermediary field_27985Lnet/minecraft/class_430;field_27985:Lnet/minecraft/class_5321;named BIOME_KEYLnet/minecraft/client/gui/screen/PresetsScreen;BIOME_KEY:Lnet/minecraft/util/registry/RegistryKey;
-
parent
- Mappings:
Namespace Name Mixin selector official pLdvb;p:Ldug;intermediary field_2519Lnet/minecraft/class_430;field_2519:Lnet/minecraft/class_413;named parentLnet/minecraft/client/gui/screen/PresetsScreen;parent:Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;
-
listText
- Mappings:
Namespace Name Mixin selector official rLdvb;r:Loi;intermediary field_2524Lnet/minecraft/class_430;field_2524:Lnet/minecraft/class_2561;named listTextLnet/minecraft/client/gui/screen/PresetsScreen;listText:Lnet/minecraft/text/Text;
-
listWidget
- Mappings:
Namespace Name Mixin selector official sLdvb;s:Ldvb$b;intermediary field_2521Lnet/minecraft/class_430;field_2521:Lnet/minecraft/class_430$class_4196;named listWidgetLnet/minecraft/client/gui/screen/PresetsScreen;listWidget:Lnet/minecraft/client/gui/screen/PresetsScreen$SuperflatPresetsListWidget;
-
selectPresetButton
- Mappings:
Namespace Name Mixin selector official tLdvb;t:Ldru;intermediary field_2525Lnet/minecraft/class_430;field_2525:Lnet/minecraft/class_4185;named selectPresetButtonLnet/minecraft/client/gui/screen/PresetsScreen;selectPresetButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
customPresetField
- Mappings:
Namespace Name Mixin selector official uLdvb;u:Ldsc;intermediary field_2523Lnet/minecraft/class_430;field_2523:Lnet/minecraft/class_342;named customPresetFieldLnet/minecraft/client/gui/screen/PresetsScreen;customPresetField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
config
- Mappings:
Namespace Name Mixin selector official vLdvb;v:Lcus;intermediary field_25044Lnet/minecraft/class_430;field_25044:Lnet/minecraft/class_3232;named configLnet/minecraft/client/gui/screen/PresetsScreen;config:Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;
-
-
Constructor Details
-
PresetsScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldvb;<init>(Ldug;)Vintermediary <init>Lnet/minecraft/class_430;<init>(Lnet/minecraft/class_413;)Vnamed <init>Lnet/minecraft/client/gui/screen/PresetsScreen;<init>(Lnet/minecraft/client/gui/screen/CustomizeFlatLevelScreen;)V
-
-
Method Details
-
method_29059
- Mappings:
Namespace Name Mixin selector official aLdvb;a(Ljava/lang/String;I)Lcur;intermediary method_29059Lnet/minecraft/class_430;method_29059(Ljava/lang/String;I)Lnet/minecraft/class_3229;named method_29059Lnet/minecraft/client/gui/screen/PresetsScreen;method_29059(Ljava/lang/String;I)Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;
-
method_29058
- Mappings:
Namespace Name Mixin selector official bLdvb;b(Ljava/lang/String;)Ljava/util/List;intermediary method_29058Lnet/minecraft/class_430;method_29058(Ljava/lang/String;)Ljava/util/List;named method_29058Lnet/minecraft/client/gui/screen/PresetsScreen;method_29058(Ljava/lang/String;)Ljava/util/List;
-
method_29060
public static FlatChunkGeneratorConfig method_29060(Registry<Biome> registry, String string, FlatChunkGeneratorConfig flatChunkGeneratorConfig)- Mappings:
Namespace Name Mixin selector official aLdvb;a(Lgn;Ljava/lang/String;Lcus;)Lcus;intermediary method_29060Lnet/minecraft/class_430;method_29060(Lnet/minecraft/class_2378;Ljava/lang/String;Lnet/minecraft/class_3232;)Lnet/minecraft/class_3232;named method_29060Lnet/minecraft/client/gui/screen/PresetsScreen;method_29060(Lnet/minecraft/util/registry/Registry;Ljava/lang/String;Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;)Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;
-
method_29062
private static String method_29062(Registry<Biome> registry, FlatChunkGeneratorConfig flatChunkGeneratorConfig)- Mappings:
Namespace Name Mixin selector official bLdvb;b(Lgn;Lcus;)Ljava/lang/String;intermediary method_29062Lnet/minecraft/class_430;method_29062(Lnet/minecraft/class_2378;Lnet/minecraft/class_3232;)Ljava/lang/String;named method_29062Lnet/minecraft/client/gui/screen/PresetsScreen;method_29062(Lnet/minecraft/util/registry/Registry;Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorConfig;)Ljava/lang/String;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double amount)Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mouseamount- value is> 1if scrolled down,< 1if scrolled up- Returns:
trueto indicate that the event handling is successful/valid- See Also:
Mouse.onMouseScroll(long, double, double)- Mappings:
Namespace Name Mixin selector official aLdst;a(DDD)Zintermediary method_25401Lnet/minecraft/class_364;method_25401(DDD)Znamed mouseScrolledLnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
-
resize
-
onClose
public void onClose() -
removed
public void removed() -
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdsq;a(Ldlr;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
tick
public void tick()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classScreen- Mappings:
Namespace Name Mixin selector official dLdsn;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-
updateSelectButton
public void updateSelectButton(boolean hasSelected)- Mappings:
Namespace Name Mixin selector official cLdvb;c(Z)Vintermediary method_20102Lnet/minecraft/class_430;method_20102(Z)Vnamed updateSelectButtonLnet/minecraft/client/gui/screen/PresetsScreen;updateSelectButton(Z)V
-
addPreset
private static void addPreset(Text text, ItemConvertible icon, RegistryKey<Biome> registryKey, List<StructureFeature<?>> structures, boolean bool, boolean bool2, boolean bool3, FlatChunkGeneratorLayer[] flatChunkGeneratorLayer)- Mappings:
Namespace Name Mixin selector official aLdvb;a(Loi;Lbtu;Lwa;Ljava/util/List;ZZZ[Lcur;)Vintermediary method_2195Lnet/minecraft/class_430;method_2195(Lnet/minecraft/class_2561;Lnet/minecraft/class_1935;Lnet/minecraft/class_5321;Ljava/util/List;ZZZ[Lnet/minecraft/class_3229;)Vnamed addPresetLnet/minecraft/client/gui/screen/PresetsScreen;addPreset(Lnet/minecraft/text/Text;Lnet/minecraft/item/ItemConvertible;Lnet/minecraft/util/registry/RegistryKey;Ljava/util/List;ZZZ[Lnet/minecraft/world/gen/chunk/FlatChunkGeneratorLayer;)V
-