Package net.minecraft.client.gui.screens
Class CreateFlatWorldScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.CreateFlatWorldScreen
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- TabOrderedElement
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screens.ScreenScreen.DeferredTooltipRendering, Screen.NarratableSearchResult
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Consumer<FlatLevelGeneratorSettings>private Componentprivate Componentprivate Button(package private) FlatLevelGeneratorSettingsprotected final CreateWorldScreenprivate static final intprivate static final intprivate static final intprivate static final intprivate static final int(package private) static final ResourceLocationprivate static final intFields inherited from class net.minecraft.client.gui.screens.ScreenBACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructorsConstructorDescriptionCreateFlatWorldScreen(CreateWorldScreen p_95822_, Consumer<FlatLevelGeneratorSettings> p_95823_, FlatLevelGeneratorSettings p_95824_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate booleanprotected voidinit()voidonClose()voidrender(GuiGraphics p_282393_, int p_95829_, int p_95830_, float p_95831_) voidsetConfig(FlatLevelGeneratorSettings p_95826_) settings()(package private) voidMethods inherited from class net.minecraft.client.gui.screens.Screenadded, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBackground, renderDirtBackground, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandlergetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
SLOT_SPRITE
- 
SLOT_BG_SIZEprivate static final int SLOT_BG_SIZE- See Also:
 
- 
SLOT_STAT_HEIGHTprivate static final int SLOT_STAT_HEIGHT- See Also:
 
- 
SLOT_BG_Xprivate static final int SLOT_BG_X- See Also:
 
- 
SLOT_BG_Yprivate static final int SLOT_BG_Y- See Also:
 
- 
SLOT_FG_Xprivate static final int SLOT_FG_X- See Also:
 
- 
SLOT_FG_Yprivate static final int SLOT_FG_Y- See Also:
 
- 
parent
- 
applySettings
- 
generatorFlatLevelGeneratorSettings generator
- 
columnType
- 
columnHeight
- 
list
- 
deleteLayerButton
 
- 
- 
Constructor Details- 
CreateFlatWorldScreenpublic CreateFlatWorldScreen(CreateWorldScreen p_95822_, Consumer<FlatLevelGeneratorSettings> p_95823_, FlatLevelGeneratorSettings p_95824_) 
 
- 
- 
Method Details- 
settings
- 
setConfig
- 
initprotected void init()
- 
updateButtonValidityvoid updateButtonValidity()
- 
hasValidSelectionprivate boolean hasValidSelection()
- 
onClosepublic void onClose()
- 
render- Specified by:
- renderin interface- Renderable
- Overrides:
- renderin class- Screen
 
 
-