类 CustomPresetEditorTest.SwampDesertScreen

java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.neoforged.neoforge.oldtest.client.CustomPresetEditorTest.SwampDesertScreen
所有已实现的接口:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Renderable, net.minecraft.client.gui.components.TabOrderedElement
封闭类:
CustomPresetEditorTest

public static class CustomPresetEditorTest.SwampDesertScreen extends net.minecraft.client.gui.screens.Screen
  • 嵌套类概要

    从类继承的嵌套类/接口 net.minecraft.client.gui.screens.Screen

    net.minecraft.client.gui.screens.Screen.NarratableSearchResult
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private final net.minecraft.client.gui.screens.worldselection.CreateWorldScreen
     

    从类继承的字段 net.minecraft.client.gui.screens.Screen

    FADE_IN_TIME, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, renderables, screenExecutor, title, width

    从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • 构造器概要

    构造器
    构造器
    说明
    SwampDesertScreen(net.minecraft.client.gui.screens.worldselection.CreateWorldScreen parent, net.minecraft.client.gui.screens.worldselection.WorldCreationContext context)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
     
    private net.minecraft.client.gui.components.Button.OnPress
     
    private net.minecraft.client.gui.screens.worldselection.WorldCreationContext.DimensionsUpdater
     

    从类继承的方法 net.minecraft.client.gui.screens.Screen

    added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearWidgets, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleClickEvent, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, rebuildWidgets, removed, removeWidget, render, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setInitialFocus, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus

    从类继承的方法 net.minecraft.client.gui.components.events.AbstractContainerEventHandler

    getFocused, isDragging, setDragging, setFocused

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.minecraft.client.gui.components.events.ContainerEventHandler

    charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused

    从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener

    getBorderForArrowNavigation, mouseMoved

    从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • 字段详细资料

    • parent

      private final net.minecraft.client.gui.screens.worldselection.CreateWorldScreen parent
  • 构造器详细资料

    • SwampDesertScreen

      public SwampDesertScreen(net.minecraft.client.gui.screens.worldselection.CreateWorldScreen parent, net.minecraft.client.gui.screens.worldselection.WorldCreationContext context)
  • 方法详细资料

    • init

      protected void init()
      覆盖:
      init 在类中 net.minecraft.client.gui.screens.Screen
    • onPressBiomeButton

      private net.minecraft.client.gui.components.Button.OnPress onPressBiomeButton(ResourceKey<Biome> biomeKey)
    • singleBiomeDimension

      private net.minecraft.client.gui.screens.worldselection.WorldCreationContext.DimensionsUpdater singleBiomeDimension(ResourceKey<Biome> biomeKey)