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
,ParentElement
,ScreenHandlerProvider<AnvilScreenHandler>
,TickableElement
,ScreenHandlerListener
@Environment(CLIENT) public class AnvilScreen extends ForgingScreen<AnvilScreenHandler>
- Mappings:
Namespace Name official dwc
intermediary net/minecraft/class_471
named net/minecraft/client/gui/screen/ingame/AnvilScreen
-
Field Summary
Fields Modifier and Type Field Description private TextFieldWidget
nameField
private static Identifier
TEXTURE
private static Text
TOO_EXPENSIVE_TEXT
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 AnvilScreen(AnvilScreenHandler handler, PlayerInventory inventory, Text title)
-
Method Summary
Modifier and Type Method Description protected void
drawForeground(MatrixStack matrices, int mouseX, int mouseY)
boolean
keyPressed(int keyCode, int scanCode, int modifiers)
Callback for when a key down event has been captured.private void
onRenamed(String name)
void
onSlotUpdate(ScreenHandler handler, int slotId, ItemStack stack)
void
removed()
void
renderForeground(MatrixStack matrices, int mouseY, int int2, float float2)
void
resize(MinecraftClient client, int width, int height)
protected void
setup()
void
tick()
Methods inherited from class net.minecraft.client.gui.screen.ingame.ForgingScreen
drawBackground, init, onHandlerRegistered, onPropertyUpdate, render
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
drawMouseoverTooltip, getScreenHandler, handleHotbarKeyPressed, isClickOutsideBounds, isPauseScreen, isPointWithinBounds, method_33285, mouseClicked, mouseDragged, mouseReleased, onClose, onMouseClick
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, 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, mouseScrolled, setInitialFocus
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official A
Ldwc;A:Lwb;
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
Ldwc;B:Loi;
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
Ldwc;C:Ldsc;
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;
-
-
Constructor Details
-
AnvilScreen
- Mappings:
Namespace Name Mixin selector official <init>
Ldwc;<init>(Lbjt;Lbhk;Loi;)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
-
tick
public void tick()- Specified by:
tick
in interfaceTickableElement
- Overrides:
tick
in classHandledScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official d
Ldsn;d()V
intermediary method_25393
Lnet/minecraft/class_4893;method_25393()V
named tick
Lnet/minecraft/client/gui/screen/TickableElement;tick()V
-
setup
protected void setup()- Overrides:
setup
in classForgingScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official i
Ldwx;i()V
intermediary method_25445
Lnet/minecraft/class_4894;method_25445()V
named setup
Lnet/minecraft/client/gui/screen/ingame/ForgingScreen;setup()V
-
resize
-
removed
public void removed()- Overrides:
removed
in classForgingScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official e
Ldve;e()V
intermediary method_25432
Lnet/minecraft/class_437;method_25432()V
named removed
Lnet/minecraft/client/gui/screen/Screen;removed()V
-
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:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
- Mappings:
Namespace Name Mixin selector official a
Ldst;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 b
Ldwc;b(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
Ldwa;b(Ldlr;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
-
renderForeground
- Overrides:
renderForeground
in classForgingScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official b
Ldwx;b(Ldlr;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
-
onSlotUpdate
- Specified by:
onSlotUpdate
in interfaceScreenHandlerListener
- Overrides:
onSlotUpdate
in classForgingScreen<AnvilScreenHandler>
- Mappings:
Namespace Name Mixin selector official a
Lbkd;a(Lbjr;ILbnv;)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
-