Class SmithingScreen
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<T>
net.minecraft.client.gui.screen.ingame.ForgingScreen<SmithingScreenHandler>
net.minecraft.client.gui.screen.ingame.SmithingScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
,ScreenHandlerProvider<SmithingScreenHandler>
,ScreenHandlerListener
- Mappings:
Namespace Name official evm
intermediary net/minecraft/class_4895
named net/minecraft/client/gui/screen/ingame/SmithingScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CyclingSlotIcon
static final Quaternionf
private @Nullable ArmorStandEntity
private final CyclingSlotIcon
private static final Identifier
private static final Identifier
private static final List<Identifier>
private static final Text
static final int
static final int
static final int
static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
static final int
private static final Text
private final CyclingSlotIcon
private static final Identifier
Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, LIGHT_DIRT_BACKGROUND_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionSmithingScreen
(SmithingScreenHandler handler, PlayerInventory playerInventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawBackground
(MatrixStack matrices, float delta, int mouseX, int mouseY) protected void
drawInvalidRecipeArrow
(MatrixStack matrices, int x, int y) private void
equipArmorStand
(ItemStack stack) private Optional<SmithingTemplateItem>
void
private boolean
void
onSlotUpdate
(ScreenHandler handler, int slotId, ItemStack stack) void
render
(MatrixStack matrices, int mouseX, int mouseY, float delta) private void
renderSlotTooltip
(MatrixStack matrices, int mouseX, int mouseY) protected void
setup()
Methods inherited from class net.minecraft.client.gui.screen.ingame.ForgingScreen
init, onPropertyUpdate, removed, renderForeground
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawForeground, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onMouseClick, 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, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, 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 net.minecraft.client.gui.DrawableHelper
disableScissor, drawBorder, drawCenteredTextWithShadow, drawCenteredTextWithShadow, drawCenteredTextWithShadow, drawHorizontalLine, drawNineSlicedTexture, drawNineSlicedTexture, drawNineSlicedTexture, drawRepeatingTexture, drawSprite, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawTextWithShadow, drawTextWithShadow, drawVerticalLine, drawWithOutline, enableScissor, fill, fill, fillGradient, fillGradient, fillGradient
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
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official G
Levm;G:Ladd;
intermediary field_22795
Lnet/minecraft/class_4895;field_22795:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIM_TEXTURE
- Mappings:
Namespace Name Mixin selector official H
Levm;H:Ladd;
intermediary field_42052
Lnet/minecraft/class_4895;field_42052:Lnet/minecraft/class_2960;
named EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIM_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIM_TEXTURE:Lnet/minecraft/util/Identifier;
-
EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_TEXTURE
- Mappings:
Namespace Name Mixin selector official I
Levm;I:Ladd;
intermediary field_42053
Lnet/minecraft/class_4895;field_42053:Lnet/minecraft/class_2960;
named EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_TEXTURE:Lnet/minecraft/util/Identifier;
-
MISSING_TEMPLATE_TOOLTIP
- Mappings:
Namespace Name Mixin selector official J
Levm;J:Ltj;
intermediary field_42054
Lnet/minecraft/class_4895;field_42054:Lnet/minecraft/class_2561;
named MISSING_TEMPLATE_TOOLTIP
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;MISSING_TEMPLATE_TOOLTIP:Lnet/minecraft/text/Text;
-
ERROR_TOOLTIP
- Mappings:
Namespace Name Mixin selector official K
Levm;K:Ltj;
intermediary field_42055
Lnet/minecraft/class_4895;field_42055:Lnet/minecraft/class_2561;
named ERROR_TOOLTIP
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;ERROR_TOOLTIP:Lnet/minecraft/text/Text;
-
EMPTY_SLOT_TEXTURES
- Mappings:
Namespace Name Mixin selector official L
Levm;L:Ljava/util/List;
intermediary field_42056
Lnet/minecraft/class_4895;field_42056:Ljava/util/List;
named EMPTY_SLOT_TEXTURES
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;EMPTY_SLOT_TEXTURES:Ljava/util/List;
-
field_42057
private static final int field_42057- See Also:
- Mappings:
Namespace Name Mixin selector official M
Levm;M:I
intermediary field_42057
Lnet/minecraft/class_4895;field_42057:I
named field_42057
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42057:I
-
field_42058
private static final int field_42058- See Also:
- Mappings:
Namespace Name Mixin selector official N
Levm;N:I
intermediary field_42058
Lnet/minecraft/class_4895;field_42058:I
named field_42058
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42058:I
-
field_42059
private static final int field_42059- See Also:
- Mappings:
Namespace Name Mixin selector official O
Levm;O:I
intermediary field_42059
Lnet/minecraft/class_4895;field_42059:I
named field_42059
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42059:I
-
field_42060
private static final int field_42060- See Also:
- Mappings:
Namespace Name Mixin selector official P
Levm;P:I
intermediary field_42060
Lnet/minecraft/class_4895;field_42060:I
named field_42060
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42060:I
-
field_42061
private static final int field_42061- See Also:
- Mappings:
Namespace Name Mixin selector official Q
Levm;Q:I
intermediary field_42061
Lnet/minecraft/class_4895;field_42061:I
named field_42061
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42061:I
-
field_42062
private static final int field_42062- See Also:
- Mappings:
Namespace Name Mixin selector official R
Levm;R:I
intermediary field_42062
Lnet/minecraft/class_4895;field_42062:I
named field_42062
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42062:I
-
field_42063
private static final int field_42063- See Also:
- Mappings:
Namespace Name Mixin selector official S
Levm;S:I
intermediary field_42063
Lnet/minecraft/class_4895;field_42063:I
named field_42063
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42063:I
-
field_42068
public static final int field_42068- See Also:
- Mappings:
Namespace Name Mixin selector official A
Levm;A:I
intermediary field_42068
Lnet/minecraft/class_4895;field_42068:I
named field_42068
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42068:I
-
field_42047
public static final int field_42047- See Also:
- Mappings:
Namespace Name Mixin selector official B
Levm;B:I
intermediary field_42047
Lnet/minecraft/class_4895;field_42047:I
named field_42047
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42047:I
-
ARMOR_STAND_ROTATION
- Mappings:
Namespace Name Mixin selector official C
Levm;C:Lorg/joml/Quaternionf;
intermediary field_42048
Lnet/minecraft/class_4895;field_42048:Lorg/joml/Quaternionf;
named ARMOR_STAND_ROTATION
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;ARMOR_STAND_ROTATION:Lorg/joml/Quaternionf;
-
field_42049
public static final int field_42049- See Also:
- Mappings:
Namespace Name Mixin selector official D
Levm;D:I
intermediary field_42049
Lnet/minecraft/class_4895;field_42049:I
named field_42049
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42049:I
-
field_42050
public static final int field_42050- See Also:
- Mappings:
Namespace Name Mixin selector official E
Levm;E:I
intermediary field_42050
Lnet/minecraft/class_4895;field_42050:I
named field_42050
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42050:I
-
field_42051
public static final int field_42051- See Also:
- Mappings:
Namespace Name Mixin selector official F
Levm;F:I
intermediary field_42051
Lnet/minecraft/class_4895;field_42051:I
named field_42051
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;field_42051:I
-
templateSlotIcon
- Mappings:
Namespace Name Mixin selector official T
Levm;T:Leuq;
intermediary field_42064
Lnet/minecraft/class_4895;field_42064:Lnet/minecraft/class_8064;
named templateSlotIcon
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;templateSlotIcon:Lnet/minecraft/client/gui/screen/ingame/CyclingSlotIcon;
-
baseSlotIcon
- Mappings:
Namespace Name Mixin selector official U
Levm;U:Leuq;
intermediary field_42065
Lnet/minecraft/class_4895;field_42065:Lnet/minecraft/class_8064;
named baseSlotIcon
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;baseSlotIcon:Lnet/minecraft/client/gui/screen/ingame/CyclingSlotIcon;
-
additionsSlotIcon
- Mappings:
Namespace Name Mixin selector official V
Levm;V:Leuq;
intermediary field_42066
Lnet/minecraft/class_4895;field_42066:Lnet/minecraft/class_8064;
named additionsSlotIcon
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;additionsSlotIcon:Lnet/minecraft/client/gui/screen/ingame/CyclingSlotIcon;
-
armorStand
- Mappings:
Namespace Name Mixin selector official W
Levm;W:Lbuv;
intermediary field_42067
Lnet/minecraft/class_4895;field_42067:Lnet/minecraft/class_1531;
named armorStand
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;armorStand:Lnet/minecraft/entity/decoration/ArmorStandEntity;
-
-
Constructor Details
-
SmithingScreen
- Mappings:
Namespace Name Mixin selector official <init>
Levm;<init>(Lccx;Lbyl;Ltj;)V
intermediary <init>
Lnet/minecraft/class_4895;<init>(Lnet/minecraft/class_4862;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;<init>(Lnet/minecraft/screen/SmithingScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
setup
protected void setup()- Overrides:
setup
in classForgingScreen<SmithingScreenHandler>
- Mappings:
Namespace Name Mixin selector official D
Levb;D()V
intermediary method_25445
Lnet/minecraft/class_4894;method_25445()V
named setup
Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;setup()V
-
handledScreenTick
public void handledScreenTick()- Overrides:
handledScreenTick
in classHandledScreen<SmithingScreenHandler>
- Mappings:
Namespace Name Mixin selector official B
Leub;B()V
intermediary method_37432
Lnet/minecraft/class_465;method_37432()V
named handledScreenTick
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V
-
getSmithingTemplate
- Mappings:
Namespace Name Mixin selector official E
Levm;E()Ljava/util/Optional;
intermediary method_48473
Lnet/minecraft/class_4895;method_48473()Ljava/util/Optional;
named getSmithingTemplate
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;getSmithingTemplate()Ljava/util/Optional;
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classForgingScreen<SmithingScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Lepa;a(Lehe;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
- Overrides:
drawBackground
in classForgingScreen<SmithingScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Leub;a(Lehe;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
-
onSlotUpdate
- Specified by:
onSlotUpdate
in interfaceScreenHandlerListener
- Overrides:
onSlotUpdate
in classForgingScreen<SmithingScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Lcbp;a(Lcbd;ILcfv;)V
intermediary method_7635
Lnet/minecraft/class_1712;method_7635(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)V
named onSlotUpdate
Lnet/minecraft/screen/ScreenHandlerListener;onSlotUpdate(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
-
equipArmorStand
- Mappings:
Namespace Name Mixin selector official b
Levm;b(Lcfv;)V
intermediary method_48641
Lnet/minecraft/class_4895;method_48641(Lnet/minecraft/class_1799;)V
named equipArmorStand
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;equipArmorStand(Lnet/minecraft/item/ItemStack;)V
-
drawInvalidRecipeArrow
- Specified by:
drawInvalidRecipeArrow
in classForgingScreen<SmithingScreenHandler>
- Mappings:
Namespace Name Mixin selector official c
Levb;c(Lehe;II)V
intermediary method_48467
Lnet/minecraft/class_4894;method_48467(Lnet/minecraft/class_4587;II)V
named drawInvalidRecipeArrow
Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;drawInvalidRecipeArrow(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
renderSlotTooltip
- Mappings:
Namespace Name Mixin selector official d
Levm;d(Lehe;II)V
intermediary method_48476
Lnet/minecraft/class_4895;method_48476(Lnet/minecraft/class_4587;II)V
named renderSlotTooltip
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;renderSlotTooltip(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
hasInvalidRecipe
private boolean hasInvalidRecipe()- Mappings:
Namespace Name Mixin selector official F
Levm;F()Z
intermediary method_48474
Lnet/minecraft/class_4895;method_48474()Z
named hasInvalidRecipe
Lnet/minecraft/client/gui/screen/ingame/SmithingScreen;hasInvalidRecipe()Z
-