Class CrafterScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<CrafterScreenHandler>
net.minecraft.client.gui.screen.ingame.CrafterScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement,ScreenHandlerProvider<CrafterScreenHandler>
- Mappings:
Namespace Name official fcfintermediary net/minecraft/class_8898named net/minecraft/client/gui/screen/ingame/CrafterScreen
-
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 final PlayerEntityprivate static final Identifierprivate static final Identifierprivate static final Textprivate static final IdentifierFields 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
ConstructorsConstructorDescriptionCrafterScreen(CrafterScreenHandler handler, PlayerInventory playerInventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddrawArrowTexture(DrawContext context) protected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) private voiddrawDisabledSlot(DrawContext context, CrafterInputSlot slot) voiddrawSlot(DrawContext context, Slot slot) protected voidinit()Called when a screen should be initialized.private voidmethod_54797(int int2) private voidmethod_54798(int int2, boolean bool) private voidmethod_54799(int int2) protected voidonMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) voidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawForeground, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onSlotChangedState, removed, 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, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, 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
-
DISABLED_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector official xLfcf;x:Lagi;intermediary field_46882Lnet/minecraft/class_8898;field_46882:Lnet/minecraft/class_2960;named DISABLED_SLOT_TEXTURELnet/minecraft/client/gui/screen/ingame/CrafterScreen;DISABLED_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
-
POWERED_REDSTONE_TEXTURE
- Mappings:
Namespace Name Mixin selector official yLfcf;y:Lagi;intermediary field_46883Lnet/minecraft/class_8898;field_46883:Lnet/minecraft/class_2960;named POWERED_REDSTONE_TEXTURELnet/minecraft/client/gui/screen/ingame/CrafterScreen;POWERED_REDSTONE_TEXTURE:Lnet/minecraft/util/Identifier;
-
UNPOWERED_REDSTONE_TEXTURE
- Mappings:
Namespace Name Mixin selector official zLfcf;z:Lagi;intermediary field_46884Lnet/minecraft/class_8898;field_46884:Lnet/minecraft/class_2960;named UNPOWERED_REDSTONE_TEXTURELnet/minecraft/client/gui/screen/ingame/CrafterScreen;UNPOWERED_REDSTONE_TEXTURE:Lnet/minecraft/util/Identifier;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official ALfcf;A:Lagi;intermediary field_46879Lnet/minecraft/class_8898;field_46879:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/gui/screen/ingame/CrafterScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
TOGGLEABLE_SLOT_TEXT
- Mappings:
Namespace Name Mixin selector official BLfcf;B:Lur;intermediary field_46880Lnet/minecraft/class_8898;field_46880:Lnet/minecraft/class_2561;named TOGGLEABLE_SLOT_TEXTLnet/minecraft/client/gui/screen/ingame/CrafterScreen;TOGGLEABLE_SLOT_TEXT:Lnet/minecraft/text/Text;
-
player
- Mappings:
Namespace Name Mixin selector official CLfcf;C:Lcdu;intermediary field_46881Lnet/minecraft/class_8898;field_46881:Lnet/minecraft/class_1657;named playerLnet/minecraft/client/gui/screen/ingame/CrafterScreen;player:Lnet/minecraft/entity/player/PlayerEntity;
-
-
Constructor Details
-
CrafterScreen
- Mappings:
Namespace Name Mixin selector official <init>Lfcf;<init>(Lcha;Lcdt;Lur;)Vintermediary <init>Lnet/minecraft/class_8898;<init>(Lnet/minecraft/class_8881;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;<init>(Lnet/minecraft/screen/CrafterScreenHandler;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.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused.- Overrides:
initin classHandledScreen<CrafterScreenHandler>- Mappings:
Namespace Name Mixin selector official aP_Lfau;aP_()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
onMouseClick
- Overrides:
onMouseClickin classHandledScreen<CrafterScreenHandler>- See Also:
- Mappings:
Namespace Name Mixin selector official aLfbt;a(Lcih;IILcgv;)Vintermediary method_2383Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)Vnamed onMouseClickLnet/minecraft/client/gui/screen/ingame/HandledScreen;onMouseClick(Lnet/minecraft/screen/slot/Slot;IILnet/minecraft/screen/slot/SlotActionType;)V
-
method_54797
private void method_54797(int int2) - Mappings:
Namespace Name Mixin selector official aLfcf;a(I)Vintermediary method_54797Lnet/minecraft/class_8898;method_54797(I)Vnamed method_54797Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;method_54797(I)V
-
method_54799
private void method_54799(int int2) - Mappings:
Namespace Name Mixin selector official bLfcf;b(I)Vintermediary method_54799Lnet/minecraft/class_8898;method_54799(I)Vnamed method_54799Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;method_54799(I)V
-
method_54798
private void method_54798(int int2, boolean bool) - Mappings:
Namespace Name Mixin selector official aLfcf;a(IZ)Vintermediary method_54798Lnet/minecraft/class_8898;method_54798(IZ)Vnamed method_54798Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;method_54798(IZ)V
-
drawSlot
- Overrides:
drawSlotin classHandledScreen<CrafterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLfbt;a(Leuo;Lcih;)Vintermediary method_2385Lnet/minecraft/class_465;method_2385(Lnet/minecraft/class_332;Lnet/minecraft/class_1735;)Vnamed drawSlotLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawSlot(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/screen/slot/Slot;)V
-
drawDisabledSlot
- Mappings:
Namespace Name Mixin selector official aLfcf;a(Leuo;Lchb;)Vintermediary method_54591Lnet/minecraft/class_8898;method_54591(Lnet/minecraft/class_332;Lnet/minecraft/class_8882;)Vnamed drawDisabledSlotLnet/minecraft/client/gui/screen/ingame/CrafterScreen;drawDisabledSlot(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/screen/slot/CrafterInputSlot;)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classHandledScreen<CrafterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLewc;a(Leuo;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
drawArrowTexture
- Mappings:
Namespace Name Mixin selector official cLfcf;c(Leuo;)Vintermediary method_54592Lnet/minecraft/class_8898;method_54592(Lnet/minecraft/class_332;)Vnamed drawArrowTextureLnet/minecraft/client/gui/screen/ingame/CrafterScreen;drawArrowTexture(Lnet/minecraft/client/gui/DrawContext;)V
-
drawBackground
- Specified by:
drawBackgroundin classHandledScreen<CrafterScreenHandler>- Mappings:
Namespace Name Mixin selector official aLfbt;a(Leuo;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
-