Package net.minecraft.client.gui.screen
Class CreateFlatWorldScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.CreateFlatWorldScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class CreateFlatWorldScreen extends Screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
CreateFlatWorldScreen.DetailsList
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Consumer<FlatGenerationSettings>
applySettings
private ITextComponent
columnHeight
private ITextComponent
columnType
private Button
deleteLayerButton
private FlatGenerationSettings
generator
private CreateFlatWorldScreen.DetailsList
list
protected CreateWorldScreen
parent
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description CreateFlatWorldScreen(CreateWorldScreen p_i242055_1_, java.util.function.Consumer<FlatGenerationSettings> p_i242055_2_, FlatGenerationSettings p_i242055_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
hasValidSelection()
protected void
init()
void
onClose()
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
void
setConfig(FlatGenerationSettings p_238602_1_)
FlatGenerationSettings
settings()
private void
updateButtonValidity()
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
parent
protected final CreateWorldScreen parent
-
applySettings
private final java.util.function.Consumer<FlatGenerationSettings> applySettings
-
generator
private FlatGenerationSettings generator
-
columnType
private ITextComponent columnType
-
columnHeight
private ITextComponent columnHeight
-
list
private CreateFlatWorldScreen.DetailsList list
-
deleteLayerButton
private Button deleteLayerButton
-
-
Constructor Detail
-
CreateFlatWorldScreen
public CreateFlatWorldScreen(CreateWorldScreen p_i242055_1_, java.util.function.Consumer<FlatGenerationSettings> p_i242055_2_, FlatGenerationSettings p_i242055_3_)
-
-
Method Detail
-
settings
public FlatGenerationSettings settings()
-
setConfig
public void setConfig(FlatGenerationSettings p_238602_1_)
-
updateButtonValidity
private void updateButtonValidity()
-
hasValidSelection
private boolean hasValidSelection()
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
-