Class AbstractInfoScreen

java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.rodofire.easierworldcreator.client.hud.screen.BackgroundScreen
net.rodofire.easierworldcreator.client.hud.screen.AbstractInfoScreen
All Implemented Interfaces:
net.minecraft.client.gui.Drawable, net.minecraft.client.gui.Element, net.minecraft.client.gui.navigation.Navigable, net.minecraft.client.gui.ParentElement
Direct Known Subclasses:
MultiChunkInfoScreen

public abstract class AbstractInfoScreen extends BackgroundScreen
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen

    net.minecraft.client.gui.screen.Screen.SelectedElementNarrationData
  • Field Summary

    Fields inherited from class net.rodofire.easierworldcreator.client.hud.screen.BackgroundScreen

    TEXTURE

    Fields inherited from class net.minecraft.client.gui.screen.Screen

    client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width

    Fields inherited from interface net.minecraft.client.gui.Element

    MAX_DOUBLE_CLICK_INTERVAL
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractInfoScreen(net.minecraft.text.Text title)
     
    protected
    AbstractInfoScreen(net.minecraft.text.Text title, net.minecraft.util.Identifier background, int backgroundWidth, int backgroundHeight)
     
     
    AbstractInfoScreen(net.minecraft.text.Text title, net.minecraft.util.Identifier background, int backgroundWidth, int backgroundHeight, int backgroundShaderColor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
     
    void
    setParent(net.minecraft.client.gui.screen.Screen parent)
     

    Methods inherited from class net.rodofire.easierworldcreator.client.hud.screen.BackgroundScreen

    render, renderBackgroundTexture, renderDarkRectangle, renderOverBackground

    Methods inherited from class net.minecraft.client.gui.screen.Screen

    addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError

    Methods inherited from class net.minecraft.client.gui.AbstractParentElement

    getFocused, isDragging, setDragging, setFocused

    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.Element

    mouseMoved

    Methods inherited from interface net.minecraft.client.gui.navigation.Navigable

    getNavigationOrder

    Methods inherited from interface net.minecraft.client.gui.ParentElement

    charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
  • Constructor Details

    • AbstractInfoScreen

      protected AbstractInfoScreen(net.minecraft.text.Text title)
    • AbstractInfoScreen

      protected AbstractInfoScreen(net.minecraft.text.Text title, net.minecraft.util.Identifier background, int backgroundWidth, int backgroundHeight)
    • AbstractInfoScreen

      public AbstractInfoScreen(net.minecraft.text.Text title, net.minecraft.util.Identifier background, int backgroundWidth, int backgroundHeight, int backgroundShaderColor)
  • Method Details

    • setParent

      public void setParent(net.minecraft.client.gui.screen.Screen parent)
    • close

      public void close()
      Overrides:
      close in class net.minecraft.client.gui.screen.Screen
    • init

      protected void init()
      Overrides:
      init in class net.minecraft.client.gui.screen.Screen