Class CustomizeBuffetLevelScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.CustomizeBuffetLevelScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreenintermediary net/minecraft/class_415official gpx
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescription(package private) RegistryEntry<Biome> private ButtonWidgetprivate static final intprivate static final int(package private) final ThreePartsLayoutWidgetprivate final Consumer<RegistryEntry<Biome>> private final Screenprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
ConstructorsConstructorDescriptionCustomizeBuffetLevelScreen(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, deferSubtitles, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldCloseOnEsc, shouldPause, showsStatusEffects, switchFocus, tick, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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
getBorder, isClickable, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
SEARCH_TEXT
- Mappings:
Namespace Name Mixin selector named SEARCH_TEXTLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;SEARCH_TEXT:Lnet/minecraft/text/Text;intermediary field_64198Lnet/minecraft/class_415;field_64198:Lnet/minecraft/class_2561;official aLgpx;a:Lyh;
-
field_49494
private static final int field_49494- See Also:
- Mappings:
Namespace Name Mixin selector named field_49494Lnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;field_49494:Iintermediary field_49494Lnet/minecraft/class_415;field_49494:Iofficial bLgpx;b:I
-
field_64199
private static final int field_64199- See Also:
- Mappings:
Namespace Name Mixin selector named field_64199Lnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;field_64199:Iintermediary field_64199Lnet/minecraft/class_415;field_64199:Iofficial cLgpx;c:I
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_49495Lnet/minecraft/class_415;field_49495:Lnet/minecraft/class_8132;official dLgpx;d:Lgnp;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_24562Lnet/minecraft/class_415;field_24562:Lnet/minecraft/class_437;official eLgpx;e:Lgqw;
-
onDone
- Mappings:
Namespace Name Mixin selector named onDoneLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;onDone:Ljava/util/function/Consumer;intermediary field_24563Lnet/minecraft/class_415;field_24563:Ljava/util/function/Consumer;official fLgpx;f:Ljava/util/function/Consumer;
-
biomeRegistry
- Mappings:
Namespace Name Mixin selector named biomeRegistryLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;biomeRegistry:Lnet/minecraft/registry/Registry;intermediary field_25888Lnet/minecraft/class_415;field_25888:Lnet/minecraft/class_2378;official tLgpx;t:Ljq;
-
biomeSelectionList
- Mappings:
Namespace Name Mixin selector named biomeSelectionListLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;biomeSelectionList:Lnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen$BuffetBiomesListWidget;intermediary field_2441Lnet/minecraft/class_415;field_2441:Lnet/minecraft/class_415$class_4190;official uLgpx;u:Lgpx$a;
-
biome
RegistryEntry<Biome> biome- Mappings:
Namespace Name Mixin selector named biomeLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;biome:Lnet/minecraft/registry/entry/RegistryEntry;intermediary field_25040Lnet/minecraft/class_415;field_25040:Lnet/minecraft/class_6880;official vLgpx;v:Ljd;
-
confirmButton
- Mappings:
Namespace Name Mixin selector named confirmButtonLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;confirmButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_2438Lnet/minecraft/class_415;field_2438:Lnet/minecraft/class_4185;official wLgpx;w:Lghz;
-
-
Constructor Details
-
CustomizeBuffetLevelScreen
public CustomizeBuffetLevelScreen(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/world/GeneratorOptionsHolder;Ljava/util/function/Consumer;)Vintermediary <init>Lnet/minecraft/class_415;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7193;Ljava/util/function/Consumer;)Vofficial <init>Lgpx;<init>(Lgqw;Lgxc;Ljava/util/function/Consumer;)V
-
-
Method Details
-
close
public void close() -
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
refreshWidgetPositions
protected void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLgqw;c()V
-
refreshConfirmButton
void refreshConfirmButton()- Mappings:
Namespace Name Mixin selector named refreshConfirmButtonLnet/minecraft/client/gui/screen/world/CustomizeBuffetLevelScreen;refreshConfirmButton()Vintermediary method_2151Lnet/minecraft/class_415;method_2151()Vofficial oLgpx;o()V
-