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
-
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
TEXTUREFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractInfoScreen(net.minecraft.text.Text title) protectedAbstractInfoScreen(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
Methods inherited from class net.rodofire.easierworldcreator.client.hud.screen.BackgroundScreen
render, renderBackground, renderBackgroundTexture, renderDarkRectangle, renderOverBackgroundMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, remove, removed, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods 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
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
-
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:
closein classnet.minecraft.client.gui.screen.Screen
-
init
protected void init()- Overrides:
initin classnet.minecraft.client.gui.screen.Screen
-