Package net.minecraft
Class class_7743
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Direct Known Subclasses:
class_7744,SignEditScreen
- Mappings:
Namespace Name official eovintermediary net/minecraft/class_7743named net/minecraft/class_7743
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SignBlockEntityprotected final String[]protected final SignTypeprivate intprivate intprivate SelectionManagerFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionclass_7743(SignBlockEntity signBlockEntity, boolean bool) class_7743(SignBlockEntity signBlockEntity, boolean bool, Text text) -
Method Summary
Modifier and TypeMethodDescriptionbooleancharTyped(char chr, int modifiers) Callback for when a character input has been captured.voidclose()protected voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.protected voidmethod_45654(MatrixStack matrixStack, BlockState blockState) private voidmethod_45655(MatrixStack matrixStack, VertexConsumerProvider.Immediate immediate) protected abstract voidmethod_45656(MatrixStack matrixStack, VertexConsumerProvider.Immediate immediate, BlockState blockState) private voidmethod_45659(MatrixStack matrixStack) protected abstract Vec3fprivate voidvoidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) voidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, remove, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, shouldCloseOnEsc, shouldPause, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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.ParentElement
changeFocus, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
field_40424
- Mappings:
Namespace Name Mixin selector official aLeov;a:Lcwq;intermediary field_40424Lnet/minecraft/class_7743;field_40424:Lnet/minecraft/class_2625;named field_40424Lnet/minecraft/class_7743;field_40424:Lnet/minecraft/block/entity/SignBlockEntity;
-
field_40425
- Mappings:
Namespace Name Mixin selector official bLeov;b:[Ljava/lang/String;intermediary field_40425Lnet/minecraft/class_7743;field_40425:[Ljava/lang/String;named field_40425Lnet/minecraft/class_7743;field_40425:[Ljava/lang/String;
-
field_40426
- Mappings:
Namespace Name Mixin selector official cLeov;c:Lczh;intermediary field_40426Lnet/minecraft/class_7743;field_40426:Lnet/minecraft/class_4719;named field_40426Lnet/minecraft/class_7743;field_40426:Lnet/minecraft/util/SignType;
-
field_40427
private int field_40427- Mappings:
Namespace Name Mixin selector official nLeov;n:Iintermediary field_40427Lnet/minecraft/class_7743;field_40427:Inamed field_40427Lnet/minecraft/class_7743;field_40427:I
-
field_40428
private int field_40428- Mappings:
Namespace Name Mixin selector official oLeov;o:Iintermediary field_40428Lnet/minecraft/class_7743;field_40428:Inamed field_40428Lnet/minecraft/class_7743;field_40428:I
-
field_40429
- Mappings:
Namespace Name Mixin selector official pLeov;p:Lelq;intermediary field_40429Lnet/minecraft/class_7743;field_40429:Lnet/minecraft/class_3728;named field_40429Lnet/minecraft/class_7743;field_40429:Lnet/minecraft/client/util/SelectionManager;
-
-
Constructor Details
-
class_7743
-
class_7743
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
removed
public void removed() -
tick
public void tick() -
method_45662
private void method_45662()- Mappings:
Namespace Name Mixin selector official xLeov;x()Vintermediary method_45662Lnet/minecraft/class_7743;method_45662()Vnamed method_45662Lnet/minecraft/class_7743;method_45662()V
-
charTyped
public boolean charTyped(char chr, int modifiers) Callback for when a character input has been captured. The key code is identified by the constants inGLFWclass.- Parameters:
chr- the captured charactermodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLela;a(CI)Zintermediary method_25400Lnet/minecraft/class_364;method_25400(CI)Znamed charTypedLnet/minecraft/client/gui/Element;charTyped(CI)Z
-
close
public void close() -
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLela;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLekx;a(Ledd;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
method_45656
protected abstract void method_45656(MatrixStack matrixStack, VertexConsumerProvider.Immediate immediate, BlockState blockState) - Mappings:
Namespace Name Mixin selector official aLeov;a(Ledd;Lfcg$a;Lcxu;)Vintermediary method_45656Lnet/minecraft/class_7743;method_45656(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_2680;)Vnamed method_45656Lnet/minecraft/class_7743;method_45656(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;Lnet/minecraft/block/BlockState;)V
-
method_45661
- Mappings:
Namespace Name Mixin selector official hLeov;h()Lk;intermediary method_45661Lnet/minecraft/class_7743;method_45661()Lnet/minecraft/class_1160;named method_45661Lnet/minecraft/class_7743;method_45661()Lnet/minecraft/util/math/Vec3f;
-
method_45654
- Mappings:
Namespace Name Mixin selector official aLeov;a(Ledd;Lcxu;)Vintermediary method_45654Lnet/minecraft/class_7743;method_45654(Lnet/minecraft/class_4587;Lnet/minecraft/class_2680;)Vnamed method_45654Lnet/minecraft/class_7743;method_45654(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/block/BlockState;)V
-
method_45659
- Mappings:
Namespace Name Mixin selector official bLeov;b(Ledd;)Vintermediary method_45659Lnet/minecraft/class_7743;method_45659(Lnet/minecraft/class_4587;)Vnamed method_45659Lnet/minecraft/class_7743;method_45659(Lnet/minecraft/client/util/math/MatrixStack;)V
-
method_45655
- Mappings:
Namespace Name Mixin selector official aLeov;a(Ledd;Lfcg$a;)Vintermediary method_45655Lnet/minecraft/class_7743;method_45655(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597$class_4598;)Vnamed method_45655Lnet/minecraft/class_7743;method_45655(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider$Immediate;)V
-