Class SignEditScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.inventory.AbstractSignEditScreen
net.minecraft.client.gui.screens.inventory.SignEditScreen
- All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement
-
Nested Class Summary
Nested classes/interfaces inherited from class Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatstatic final floatprivate @Nullable Model.Simpleprivate static final Vector3fFields inherited from class AbstractSignEditScreen
sign, woodTypeFields inherited from class Screen
FADE_IN_TIME, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, renderables, screenExecutor, title, width -
Constructor Summary
ConstructorsConstructorDescriptionSignEditScreen(SignBlockEntity sign, boolean isFrontText, boolean shouldFilter) -
Method Summary
Modifier and TypeMethodDescriptionprotected Vector3fprotected floatprotected voidinit()protected voidrenderSignBackground(GuiGraphics graphics) Methods inherited from class AbstractSignEditScreen
charTyped, isInGameUi, isPauseScreen, keyPressed, onClose, removed, render, tickMethods inherited from class Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, canInterruptWithAnotherScreen, changeFocus, children, clearFocus, clearWidgets, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleDelayedNarration, init, insertText, isAllowedInPortal, isMouseOver, isValidCharacterForName, onFilesDrop, panoramaShouldSpin, rebuildWidgets, removeWidget, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltipAndSubtitles, repositionElements, resize, setInitialFocus, setInitialFocus, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatusMethods inherited from class AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContainerEventHandler
getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface GuiEventListener
mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface TabOrderedElement
getTabOrderGroup
-
Field Details
-
MAGIC_SCALE_NUMBER
public static final float MAGIC_SCALE_NUMBER- See Also:
-
MAGIC_TEXT_SCALE
public static final float MAGIC_TEXT_SCALE- See Also:
-
TEXT_SCALE
-
signModel
-
-
Constructor Details
-
SignEditScreen
-
-
Method Details
-
init
protected void init()- Overrides:
initin classAbstractSignEditScreen
-
getSignYOffset
protected float getSignYOffset()- Specified by:
getSignYOffsetin classAbstractSignEditScreen
-
renderSignBackground
- Specified by:
renderSignBackgroundin classAbstractSignEditScreen
-
getSignTextScale
- Specified by:
getSignTextScalein classAbstractSignEditScreen
-