Class HangingSignEditScreen
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.HangingSignEditScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official ewl
intermediary net/minecraft/class_7744
named net/minecraft/client/gui/screen/ingame/HangingSignEditScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionstatic final float
private static final int
private static final int
private static final Vector3f
private final Identifier
Fields inherited from class net.minecraft.client.gui.screen.ingame.AbstractSignEditScreen
signType
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
ConstructorDescriptionHangingSignEditScreen
(SignBlockEntity blockEntity, boolean front, boolean filtered) -
Method Summary
Modifier and TypeMethodDescriptionprotected Vector3f
protected void
renderSignBackground
(DrawContext context, BlockState state) protected void
translateForRender
(DrawContext context, BlockState state) Methods inherited from class net.minecraft.client.gui.screen.ingame.AbstractSignEditScreen
charTyped, close, init, keyPressed, removed, render, shouldPause, tick
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, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, 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
focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
BACKGROUND_SCALE
public static final float BACKGROUND_SCALE- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lewl;b:F
intermediary field_40431
Lnet/minecraft/class_7744;field_40431:F
named BACKGROUND_SCALE
Lnet/minecraft/client/gui/screen/ingame/HangingSignEditScreen;BACKGROUND_SCALE:F
-
TEXT_SCALE
- Mappings:
Namespace Name Mixin selector official c
Lewl;c:Lorg/joml/Vector3f;
intermediary field_40432
Lnet/minecraft/class_7744;field_40432:Lorg/joml/Vector3f;
named TEXT_SCALE
Lnet/minecraft/client/gui/screen/ingame/HangingSignEditScreen;TEXT_SCALE:Lorg/joml/Vector3f;
-
field_40433
private static final int field_40433- See Also:
- Mappings:
Namespace Name Mixin selector official k
Lewl;k:I
intermediary field_40433
Lnet/minecraft/class_7744;field_40433:I
named field_40433
Lnet/minecraft/client/gui/screen/ingame/HangingSignEditScreen;field_40433:I
-
field_40434
private static final int field_40434- See Also:
- Mappings:
Namespace Name Mixin selector official l
Lewl;l:I
intermediary field_40434
Lnet/minecraft/class_7744;field_40434:I
named field_40434
Lnet/minecraft/client/gui/screen/ingame/HangingSignEditScreen;field_40434:I
-
texture
- Mappings:
Namespace Name Mixin selector official m
Lewl;m:Lacq;
intermediary field_40435
Lnet/minecraft/class_7744;field_40435:Lnet/minecraft/class_2960;
named texture
Lnet/minecraft/client/gui/screen/ingame/HangingSignEditScreen;texture:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
HangingSignEditScreen
- Mappings:
Namespace Name Mixin selector official <init>
Levr;<init>(Ldav;ZZ)V
intermediary <init>
Lnet/minecraft/class_7743;<init>(Lnet/minecraft/class_2625;ZZ)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/AbstractSignEditScreen;<init>(Lnet/minecraft/block/entity/SignBlockEntity;ZZ)V
-
-
Method Details
-
translateForRender
- Overrides:
translateForRender
in classAbstractSignEditScreen
- 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:
renderSignBackground
in classAbstractSignEditScreen
- 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:
getTextScale
in classAbstractSignEditScreen
- 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;
-