Class AnvilScreen
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<AnvilScreenHandler>
net.minecraft.client.gui.screen.ingame.AnvilScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
,ScreenHandlerProvider<AnvilScreenHandler>
,ScreenHandlerListener
- Mappings:
Namespace Name official eue
intermediary net/minecraft/class_471
named net/minecraft/client/gui/screen/ingame/AnvilScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate TextFieldWidget
private final PlayerEntity
private static final Identifier
private static final Text
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
ConstructorDescriptionAnvilScreen
(AnvilScreenHandler handler, PlayerInventory inventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawBackground
(MatrixStack matrices, float delta, int mouseX, int mouseY) protected void
drawForeground
(MatrixStack matrices, int mouseX, int mouseY) protected void
drawInvalidRecipeArrow
(MatrixStack matrices, int x, int y) void
boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private void
void
onSlotUpdate
(ScreenHandler handler, int slotId, ItemStack stack) void
renderForeground
(MatrixStack matrices, int mouseX, int mouseY, float delta) void
resize
(MinecraftClient client, int width, int height) protected void
setup()
Methods inherited from class net.minecraft.client.gui.screen.ingame.ForgingScreen
init, onPropertyUpdate, removed, render
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, 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, 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 A
Leue;A:Ladd;
intermediary field_2819
Lnet/minecraft/class_471;field_2819:Lnet/minecraft/class_2960;
named TEXTURE
Lnet/minecraft/client/gui/screen/ingame/AnvilScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
TOO_EXPENSIVE_TEXT
- Mappings:
Namespace Name Mixin selector official B
Leue;B:Ltj;
intermediary field_26559
Lnet/minecraft/class_471;field_26559:Lnet/minecraft/class_2561;
named TOO_EXPENSIVE_TEXT
Lnet/minecraft/client/gui/screen/ingame/AnvilScreen;TOO_EXPENSIVE_TEXT:Lnet/minecraft/text/Text;
-
nameField
- Mappings:
Namespace Name Mixin selector official C
Leue;C:Leol;
intermediary field_2821
Lnet/minecraft/class_471;field_2821:Lnet/minecraft/class_342;
named nameField
Lnet/minecraft/client/gui/screen/ingame/AnvilScreen;nameField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
player
- Mappings:
Namespace Name Mixin selector official D
Leue;D:Lbym;
intermediary field_29348
Lnet/minecraft/class_471;field_29348:Lnet/minecraft/class_1657;
named player
Lnet/minecraft/client/gui/screen/ingame/AnvilScreen;player:Lnet/minecraft/entity/player/PlayerEntity;
-
-
Constructor Details
-
AnvilScreen
- Mappings:
Namespace Name Mixin selector official <init>
Leue;<init>(Lcbf;Lbyl;Ltj;)V
intermediary <init>
Lnet/minecraft/class_471;<init>(Lnet/minecraft/class_1706;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/client/gui/screen/ingame/AnvilScreen;<init>(Lnet/minecraft/screen/AnvilScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
handledScreenTick
public void handledScreenTick()- Overrides:
handledScreenTick
in classHandledScreen<AnvilScreenHandler>
- 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
-
setup
protected void setup()- Overrides:
setup
in classForgingScreen<AnvilScreenHandler>
- 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
-
resize
-
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 inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classHandledScreen<AnvilScreenHandler>
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- 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:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lepl;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
onRenamed
- Mappings:
Namespace Name Mixin selector official a
Leue;a(Ljava/lang/String;)V
intermediary method_2403
Lnet/minecraft/class_471;method_2403(Ljava/lang/String;)V
named onRenamed
Lnet/minecraft/client/gui/screen/ingame/AnvilScreen;onRenamed(Ljava/lang/String;)V
-
drawForeground
- Overrides:
drawForeground
in classHandledScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official b
Leub;b(Lehe;II)V
intermediary method_2388
Lnet/minecraft/class_465;method_2388(Lnet/minecraft/class_4587;II)V
named drawForeground
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
drawBackground
- Overrides:
drawBackground
in classForgingScreen<AnvilScreenHandler>
- 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
-
renderForeground
- Overrides:
renderForeground
in classForgingScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official c
Levb;c(Lehe;IIF)V
intermediary method_25444
Lnet/minecraft/class_4894;method_25444(Lnet/minecraft/class_4587;IIF)V
named renderForeground
Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;renderForeground(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
drawInvalidRecipeArrow
- Specified by:
drawInvalidRecipeArrow
in classForgingScreen<AnvilScreenHandler>
- 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
-
onSlotUpdate
- Specified by:
onSlotUpdate
in interfaceScreenHandlerListener
- Overrides:
onSlotUpdate
in classForgingScreen<AnvilScreenHandler>
- 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
-