Class SignEditScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.AbstractSignEditScreen
net.minecraft.client.gui.screen.ingame.SignEditScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Mappings:
- Namespace - Name - official - ewy- intermediary - net/minecraft/class_498- named - net/minecraft/client/gui/screen/ingame/SignEditScreen
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final floatprivate static final Vector3fstatic final floatFields inherited from class net.minecraft.client.gui.screen.ingame.AbstractSignEditScreensignTypeFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Vector3fprotected voidinit()Called when a screen should be initialized.protected voidrenderSignBackground(DrawContext context, BlockState state) protected voidtranslateForRender(DrawContext context, BlockState state) Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractSignEditScreencharTyped, close, keyPressed, removed, render, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.ScreenaddDrawable, 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, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementmouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementfocusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
- 
Field Details- 
BACKGROUND_SCALEpublic static final float BACKGROUND_SCALE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lewy;b:F- intermediary - field_40436- Lnet/minecraft/class_498;field_40436:F- named - BACKGROUND_SCALE- Lnet/minecraft/client/gui/screen/ingame/SignEditScreen;BACKGROUND_SCALE:F
 
- 
TEXT_SCALE_MULTIPLIERpublic static final float TEXT_SCALE_MULTIPLIER- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lewy;c:F- intermediary - field_40437- Lnet/minecraft/class_498;field_40437:F- named - TEXT_SCALE_MULTIPLIER- Lnet/minecraft/client/gui/screen/ingame/SignEditScreen;TEXT_SCALE_MULTIPLIER:F
 
- 
TEXT_SCALE- Mappings:
- Namespace - Name - Mixin selector - official - k- Lewy;k:Lorg/joml/Vector3f;- intermediary - field_40438- Lnet/minecraft/class_498;field_40438:Lorg/joml/Vector3f;- named - TEXT_SCALE- Lnet/minecraft/client/gui/screen/ingame/SignEditScreen;TEXT_SCALE:Lorg/joml/Vector3f;
 
- 
model- Mappings:
- Namespace - Name - Mixin selector - official - l- Lewy;l:Lfmi$a;- intermediary - field_21525- Lnet/minecraft/class_498;field_21525:Lnet/minecraft/class_837$class_4702;- named - model- Lnet/minecraft/client/gui/screen/ingame/SignEditScreen;model:Lnet/minecraft/client/render/block/entity/SignBlockEntityRenderer$SignModel;
 
 
- 
- 
Constructor Details- 
SignEditScreen- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lewy;<init>(Ldav;ZZ)V- intermediary - <init>- Lnet/minecraft/class_498;<init>(Lnet/minecraft/class_2625;ZZ)V- named - <init>- Lnet/minecraft/client/gui/screen/ingame/SignEditScreen;<init>(Lnet/minecraft/block/entity/SignBlockEntity;ZZ)V
 
 
- 
- 
Method Details- 
initprotected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized. This should call Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused.- Overrides:
- initin class- AbstractSignEditScreen
- Mappings:
- Namespace - Name - Mixin selector - official - b- Leuq;b()V- intermediary - method_25426- Lnet/minecraft/class_437;method_25426()V- named - init- Lnet/minecraft/client/gui/screen/Screen;init()V
 
- 
translateForRender- Overrides:
- translateForRenderin class- AbstractSignEditScreen
- Mappings:
- Namespace - Name - Mixin selector - official - b- Levr;b(Leox;Ldcb;)V- intermediary - method_45654- Lnet/minecraft/class_7743;method_45654(Lnet/minecraft/class_332;Lnet/minecraft/class_2680;)V- named - translateForRender- Lnet/minecraft/client/gui/screen/ingame/AbstractSignEditScreen;translateForRender(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/block/BlockState;)V
 
- 
renderSignBackground- Specified by:
- renderSignBackgroundin class- AbstractSignEditScreen
- Mappings:
- Namespace - Name - Mixin selector - official - a- Levr;a(Leox;Ldcb;)V- intermediary - method_45656- Lnet/minecraft/class_7743;method_45656(Lnet/minecraft/class_332;Lnet/minecraft/class_2680;)V- named - renderSignBackground- Lnet/minecraft/client/gui/screen/ingame/AbstractSignEditScreen;renderSignBackground(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/block/BlockState;)V
 
- 
getTextScale- Specified by:
- getTextScalein class- AbstractSignEditScreen
- Mappings:
- Namespace - Name - Mixin selector - official - l- Levr;l()Lorg/joml/Vector3f;- intermediary - method_45661- Lnet/minecraft/class_7743;method_45661()Lorg/joml/Vector3f;- named - getTextScale- Lnet/minecraft/client/gui/screen/ingame/AbstractSignEditScreen;getTextScale()Lorg/joml/Vector3f;
 
 
-