Class AnvilScreen
java.lang.Object
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 eywintermediary net/minecraft/class_471named 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
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate TextFieldWidgetprivate final PlayerEntityprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final TextFields 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, yFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionAnvilScreen(AnvilScreenHandler handler, PlayerInventory inventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) protected voiddrawForeground(DrawContext context, int mouseX, int mouseY) protected voiddrawInvalidRecipeArrow(DrawContext context, int x, int y) booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private voidvoidonSlotUpdate(ScreenHandler handler, int slotId, ItemStack stack) voidrenderForeground(DrawContext context, int mouseX, int mouseY, float delta) voidresize(MinecraftClient client, int width, int height) protected voidsetup()Methods inherited from class net.minecraft.client.gui.screen.ingame.ForgingScreen
init, onPropertyUpdate, removed, renderMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, mouseClicked, mouseDragged, mouseReleased, onMouseClick, renderBackground, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
-
Field Details
-
TEXT_FIELD_TEXTURE
- Mappings:
Namespace Name Mixin selector official xLeyw;x:Laep;intermediary field_45436Lnet/minecraft/class_471;field_45436:Lnet/minecraft/class_2960;named TEXT_FIELD_TEXTURELnet/minecraft/client/gui/screen/ingame/AnvilScreen;TEXT_FIELD_TEXTURE:Lnet/minecraft/util/Identifier;
-
TEXT_FIELD_DISABLED_TEXTURE
- Mappings:
Namespace Name Mixin selector official yLeyw;y:Laep;intermediary field_45437Lnet/minecraft/class_471;field_45437:Lnet/minecraft/class_2960;named TEXT_FIELD_DISABLED_TEXTURELnet/minecraft/client/gui/screen/ingame/AnvilScreen;TEXT_FIELD_DISABLED_TEXTURE:Lnet/minecraft/util/Identifier;
-
ERROR_TEXTURE
- Mappings:
Namespace Name Mixin selector official zLeyw;z:Laep;intermediary field_45438Lnet/minecraft/class_471;field_45438:Lnet/minecraft/class_2960;named ERROR_TEXTURELnet/minecraft/client/gui/screen/ingame/AnvilScreen;ERROR_TEXTURE:Lnet/minecraft/util/Identifier;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official ALeyw;A:Laep;intermediary field_2819Lnet/minecraft/class_471;field_2819:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/gui/screen/ingame/AnvilScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
TOO_EXPENSIVE_TEXT
- Mappings:
Namespace Name Mixin selector official BLeyw;B:Lte;intermediary field_26559Lnet/minecraft/class_471;field_26559:Lnet/minecraft/class_2561;named TOO_EXPENSIVE_TEXTLnet/minecraft/client/gui/screen/ingame/AnvilScreen;TOO_EXPENSIVE_TEXT:Lnet/minecraft/text/Text;
-
nameField
- Mappings:
Namespace Name Mixin selector official CLeyw;C:Lesr;intermediary field_2821Lnet/minecraft/class_471;field_2821:Lnet/minecraft/class_342;named nameFieldLnet/minecraft/client/gui/screen/ingame/AnvilScreen;nameField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
player
- Mappings:
Namespace Name Mixin selector official DLeyw;D:Lcbl;intermediary field_29348Lnet/minecraft/class_471;field_29348:Lnet/minecraft/class_1657;named playerLnet/minecraft/client/gui/screen/ingame/AnvilScreen;player:Lnet/minecraft/entity/player/PlayerEntity;
-
-
Constructor Details
-
AnvilScreen
- Mappings:
Namespace Name Mixin selector official <init>Leyw;<init>(Lcee;Lcbk;Lte;)Vintermediary <init>Lnet/minecraft/class_471;<init>(Lnet/minecraft/class_1706;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)Vnamed <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
-
setup
protected void setup()- Overrides:
setupin classForgingScreen<AnvilScreenHandler>- Mappings:
Namespace Name Mixin selector official DLezt;D()Vintermediary method_25445Lnet/minecraft/class_4894;method_25445()Vnamed setupLnet/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 inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classHandledScreen<AnvilScreenHandler>- 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 aLetw;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
onRenamed
- Mappings:
Namespace Name Mixin selector official aLeyw;a(Ljava/lang/String;)Vintermediary method_2403Lnet/minecraft/class_471;method_2403(Ljava/lang/String;)Vnamed onRenamedLnet/minecraft/client/gui/screen/ingame/AnvilScreen;onRenamed(Ljava/lang/String;)V
-
drawForeground
- Overrides:
drawForegroundin classHandledScreen<AnvilScreenHandler>- Mappings:
Namespace Name Mixin selector official bLeyt;b(Lerx;II)Vintermediary method_2388Lnet/minecraft/class_465;method_2388(Lnet/minecraft/class_332;II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(Lnet/minecraft/client/gui/DrawContext;II)V
-
drawBackground
- Overrides:
drawBackgroundin classForgingScreen<AnvilScreenHandler>- Mappings:
Namespace Name Mixin selector official aLeyt;a(Lerx;FII)Vintermediary method_2389Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
-
renderForeground
- Overrides:
renderForegroundin classForgingScreen<AnvilScreenHandler>- Mappings:
Namespace Name Mixin selector official dLezt;d(Lerx;IIF)Vintermediary method_25444Lnet/minecraft/class_4894;method_25444(Lnet/minecraft/class_332;IIF)Vnamed renderForegroundLnet/minecraft/client/gui/screen/ingame/ForgingScreen;renderForeground(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
drawInvalidRecipeArrow
- Specified by:
drawInvalidRecipeArrowin classForgingScreen<AnvilScreenHandler>- Mappings:
Namespace Name Mixin selector official cLezt;c(Lerx;II)Vintermediary method_48467Lnet/minecraft/class_4894;method_48467(Lnet/minecraft/class_332;II)Vnamed drawInvalidRecipeArrowLnet/minecraft/client/gui/screen/ingame/ForgingScreen;drawInvalidRecipeArrow(Lnet/minecraft/client/gui/DrawContext;II)V
-
onSlotUpdate
- Specified by:
onSlotUpdatein interfaceScreenHandlerListener- Overrides:
onSlotUpdatein classForgingScreen<AnvilScreenHandler>- Mappings:
Namespace Name Mixin selector official aLceo;a(Lcec;ILciw;)Vintermediary method_7635Lnet/minecraft/class_1712;method_7635(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)Vnamed onSlotUpdateLnet/minecraft/screen/ScreenHandlerListener;onSlotUpdate(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
-