Class LoomScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<LoomScreenHandler>
net.minecraft.client.gui.screen.ingame.LoomScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,ScreenHandlerProvider<LoomScreenHandler>
,TickableElement
@Environment(CLIENT) public class LoomScreen extends HandledScreen<LoomScreenHandler>
- Mappings:
Namespace Name official dxa
intermediary net/minecraft/class_494
named net/minecraft/client/gui/screen/ingame/LoomScreen
-
Field Summary
Fields Modifier and Type Field Description private ItemStack
banner
private ModelPart
bannerField
private boolean
canApplyDyePattern
private boolean
canApplySpecialPattern
private ItemStack
dye
private List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
field_21841
private int
firstPatternButtonId
private boolean
hasTooManyPatterns
private ItemStack
pattern
private static int
PATTERN_BUTTON_ROW_COUNT
private boolean
scrollbarClicked
private float
scrollPosition
private static Identifier
TEXTURE
Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, focusedSlot, handler, playerInventory, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description LoomScreen(LoomScreenHandler handler, PlayerInventory inventory, Text title)
-
Method Summary
Modifier and Type Method Description protected void
drawBackground(MatrixStack matrices, float delta, int mouseX, int mouseY)
protected void
init()
Called when a screen should be initialized.protected boolean
isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)
private void
method_22692(int int2, int int3, int int4)
boolean
mouseClicked(double mouseX, double mouseY, int button)
Callback for when a mouse button down event has been captured.boolean
mouseDragged(double mouseX, double mouseY, int button, double deltaX, double deltaY)
Callback for when a mouse button drag event has been captured.boolean
mouseScrolled(double mouseX, double mouseY, double amount)
Callback for when a mouse button scroll event has been captured.private void
onInventoryChanged()
void
render(MatrixStack matrices, int mouseX, int mouseY, float delta)
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
drawForeground, drawMouseoverTooltip, getScreenHandler, handleHotbarKeyPressed, isPauseScreen, isPointWithinBounds, keyPressed, method_33285, mouseReleased, onClose, onMouseClick, removed, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, setInitialFocus
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official A
Ldxa;A:Lwb;
intermediary field_2966
Lnet/minecraft/class_494;field_2966:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
PATTERN_BUTTON_ROW_COUNT
private static final int PATTERN_BUTTON_ROW_COUNT- Mappings:
Namespace Name Mixin selector official B
Ldxa;B:I
intermediary field_2963
Lnet/minecraft/class_494;field_2963:I
named PATTERN_BUTTON_ROW_COUNT
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;PATTERN_BUTTON_ROW_COUNT:I
-
bannerField
- Mappings:
Namespace Name Mixin selector official C
Ldxa;C:Ledh;
intermediary field_21694
Lnet/minecraft/class_494;field_21694:Lnet/minecraft/class_630;
named bannerField
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;bannerField:Lnet/minecraft/client/model/ModelPart;
-
field_21841
- Mappings:
Namespace Name Mixin selector official D
Ldxa;D:Ljava/util/List;
intermediary field_21841
Lnet/minecraft/class_494;field_21841:Ljava/util/List;
named field_21841
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;field_21841:Ljava/util/List;
-
banner
- Mappings:
Namespace Name Mixin selector official E
Ldxa;E:Lbnv;
intermediary field_2955
Lnet/minecraft/class_494;field_2955:Lnet/minecraft/class_1799;
named banner
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;banner:Lnet/minecraft/item/ItemStack;
-
dye
- Mappings:
Namespace Name Mixin selector official F
Ldxa;F:Lbnv;
intermediary field_2954
Lnet/minecraft/class_494;field_2954:Lnet/minecraft/class_1799;
named dye
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;dye:Lnet/minecraft/item/ItemStack;
-
pattern
- Mappings:
Namespace Name Mixin selector official G
Ldxa;G:Lbnv;
intermediary field_2967
Lnet/minecraft/class_494;field_2967:Lnet/minecraft/class_1799;
named pattern
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;pattern:Lnet/minecraft/item/ItemStack;
-
canApplyDyePattern
private boolean canApplyDyePattern- Mappings:
Namespace Name Mixin selector official H
Ldxa;H:Z
intermediary field_2965
Lnet/minecraft/class_494;field_2965:Z
named canApplyDyePattern
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;canApplyDyePattern:Z
-
canApplySpecialPattern
private boolean canApplySpecialPattern- Mappings:
Namespace Name Mixin selector official I
Ldxa;I:Z
intermediary field_2962
Lnet/minecraft/class_494;field_2962:Z
named canApplySpecialPattern
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;canApplySpecialPattern:Z
-
hasTooManyPatterns
private boolean hasTooManyPatterns- Mappings:
Namespace Name Mixin selector official J
Ldxa;J:Z
intermediary field_2961
Lnet/minecraft/class_494;field_2961:Z
named hasTooManyPatterns
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;hasTooManyPatterns:Z
-
scrollPosition
private float scrollPosition- Mappings:
Namespace Name Mixin selector official K
Ldxa;K:F
intermediary field_2968
Lnet/minecraft/class_494;field_2968:F
named scrollPosition
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;scrollPosition:F
-
scrollbarClicked
private boolean scrollbarClicked- Mappings:
Namespace Name Mixin selector official L
Ldxa;L:Z
intermediary field_2958
Lnet/minecraft/class_494;field_2958:Z
named scrollbarClicked
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;scrollbarClicked:Z
-
firstPatternButtonId
private int firstPatternButtonId- Mappings:
Namespace Name Mixin selector official M
Ldxa;M:I
intermediary field_2970
Lnet/minecraft/class_494;field_2970:I
named firstPatternButtonId
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;firstPatternButtonId:I
-
-
Constructor Details
-
LoomScreen
- Mappings:
Namespace Name Mixin selector official <init>
Ldxa;<init>(Lbks;Lbhk;Loi;)V
intermediary <init>
Lnet/minecraft/class_494;<init>(Lnet/minecraft/class_1726;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;<init>(Lnet/minecraft/screen/LoomScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
- Overrides:
init
in classHandledScreen<LoomScreenHandler>
- Mappings:
Namespace Name Mixin selector official b
Ldve;b()V
intermediary method_25426
Lnet/minecraft/class_437;method_25426()V
named init
Lnet/minecraft/client/gui/screen/Screen;init()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classHandledScreen<LoomScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldlr;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
drawBackground
- Specified by:
drawBackground
in classHandledScreen<LoomScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Ldwa;a(Ldlr;FII)V
intermediary method_2389
Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_4587;FII)V
named drawBackground
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;FII)V
-
method_22692
private void method_22692(int int2, int int3, int int4)- Mappings:
Namespace Name Mixin selector official c
Ldxa;c(III)V
intermediary method_22692
Lnet/minecraft/class_494;method_22692(III)V
named method_22692
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;method_22692(III)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFW
class.- Specified by:
mouseClicked
in interfaceElement
- Specified by:
mouseClicked
in interfaceParentElement
- Overrides:
mouseClicked
in classHandledScreen<LoomScreenHandler>
- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Mouse.onMouseButton(long, int, int, int)
,GLFW.GLFW_MOUSE_BUTTON_1
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
mouseDragged
public boolean mouseDragged(double mouseX, double mouseY, int button, double deltaX, double deltaY)Callback for when a mouse button drag event has been captured. The button number is identified by the constants inGLFW
class.- Specified by:
mouseDragged
in interfaceElement
- Specified by:
mouseDragged
in interfaceParentElement
- Overrides:
mouseDragged
in classHandledScreen<LoomScreenHandler>
- Parameters:
mouseX
- the current X coordinate of the mousemouseY
- the current Y coordinate of the mousebutton
- the mouse button numberdeltaX
- the difference of the current X with the previous X coordinatedeltaY
- the difference of the current Y with the previous Y coordinate- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Mouse.onCursorPos(long, double, double)
,GLFW.GLFW_MOUSE_BUTTON_1
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(DDIDD)Z
intermediary method_25403
Lnet/minecraft/class_364;method_25403(DDIDD)Z
named mouseDragged
Lnet/minecraft/client/gui/Element;mouseDragged(DDIDD)Z
-
mouseScrolled
public boolean mouseScrolled(double mouseX, double mouseY, double amount)Callback for when a mouse button scroll event has been captured.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mouseamount
- value is> 1
if scrolled down,< 1
if scrolled up- Returns:
true
to indicate that the event handling is successful/valid- See Also:
Mouse.onMouseScroll(long, double, double)
- Mappings:
Namespace Name Mixin selector official a
Ldst;a(DDD)Z
intermediary method_25401
Lnet/minecraft/class_364;method_25401(DDD)Z
named mouseScrolled
Lnet/minecraft/client/gui/Element;mouseScrolled(DDD)Z
-
isClickOutsideBounds
protected boolean isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button)- Overrides:
isClickOutsideBounds
in classHandledScreen<LoomScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Ldwa;a(DDIII)Z
intermediary method_2381
Lnet/minecraft/class_465;method_2381(DDIII)Z
named isClickOutsideBounds
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;isClickOutsideBounds(DDIII)Z
-
onInventoryChanged
private void onInventoryChanged()- Mappings:
Namespace Name Mixin selector official i
Ldxa;i()V
intermediary method_17576
Lnet/minecraft/class_494;method_17576()V
named onInventoryChanged
Lnet/minecraft/client/gui/screen/ingame/LoomScreen;onInventoryChanged()V
-