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 named net/minecraft/client/gui/screen/ingame/CrafterScreen
intermediary net/minecraft/class_8898
official fop
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Identifier
private final PlayerEntity
private static final Identifier
private static final Identifier
private static final Text
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, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionCrafterScreen
(CrafterScreenHandler handler, PlayerInventory playerInventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
disableSlot
(int slotId) private void
drawArrowTexture
(DrawContext context) protected void
drawBackground
(DrawContext context, float delta, int mouseX, int mouseY) private void
drawDisabledSlot
(DrawContext context, CrafterInputSlot slot) void
drawSlot
(DrawContext context, Slot slot) private void
enableSlot
(int slotId) protected void
init()
Called when a screen should be initialized.protected void
onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) void
render
(DrawContext context, int mouseX, int mouseY, float delta) private void
setSlotEnabled
(int slotId, boolean enabled) 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, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, 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 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, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
-
Field Details
-
DISABLED_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector named DISABLED_SLOT_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;DISABLED_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_46882
Lnet/minecraft/class_8898;field_46882:Lnet/minecraft/class_2960;
official D
Lfop;D:Lalf;
-
POWERED_REDSTONE_TEXTURE
- Mappings:
Namespace Name Mixin selector named POWERED_REDSTONE_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;POWERED_REDSTONE_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_46883
Lnet/minecraft/class_8898;field_46883:Lnet/minecraft/class_2960;
official E
Lfop;E:Lalf;
-
UNPOWERED_REDSTONE_TEXTURE
- Mappings:
Namespace Name Mixin selector named UNPOWERED_REDSTONE_TEXTURE
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;UNPOWERED_REDSTONE_TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_46884
Lnet/minecraft/class_8898;field_46884:Lnet/minecraft/class_2960;
official F
Lfop;F:Lalf;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_46879
Lnet/minecraft/class_8898;field_46879:Lnet/minecraft/class_2960;
official G
Lfop;G:Lalf;
-
TOGGLEABLE_SLOT_TEXT
- Mappings:
Namespace Name Mixin selector named TOGGLEABLE_SLOT_TEXT
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;TOGGLEABLE_SLOT_TEXT:Lnet/minecraft/text/Text;
intermediary field_46880
Lnet/minecraft/class_8898;field_46880:Lnet/minecraft/class_2561;
official H
Lfop;H:Lxp;
-
player
- Mappings:
Namespace Name Mixin selector named player
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;player:Lnet/minecraft/entity/player/PlayerEntity;
intermediary field_46881
Lnet/minecraft/class_8898;field_46881:Lnet/minecraft/class_1657;
official I
Lfop;I:Lcmz;
-
-
Constructor Details
-
CrafterScreen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;<init>(Lnet/minecraft/screen/CrafterScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
intermediary <init>
Lnet/minecraft/class_8898;<init>(Lnet/minecraft/class_8881;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V
official <init>
Lfop;<init>(Lcqk;Lcmy;Lxp;)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()
to set the element that is initially focused.- Overrides:
init
in classHandledScreen<CrafterScreenHandler>
- Mappings:
Namespace Name Mixin selector named init
Lnet/minecraft/client/gui/screen/Screen;init()V
intermediary method_25426
Lnet/minecraft/class_437;method_25426()V
official aM_
Lfnf;aM_()V
-
onMouseClick
- Overrides:
onMouseClick
in classHandledScreen<CrafterScreenHandler>
- See Also:
- Mappings:
Namespace Name Mixin selector named onMouseClick
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;onMouseClick(Lnet/minecraft/screen/slot/Slot;IILnet/minecraft/screen/slot/SlotActionType;)V
intermediary method_2383
Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)V
official a
Lfod;a(Lcrr;IILcqf;)V
-
enableSlot
private void enableSlot(int slotId) - Mappings:
Namespace Name Mixin selector named enableSlot
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;enableSlot(I)V
intermediary method_54797
Lnet/minecraft/class_8898;method_54797(I)V
official a
Lfop;a(I)V
-
disableSlot
private void disableSlot(int slotId) - Mappings:
Namespace Name Mixin selector named disableSlot
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;disableSlot(I)V
intermediary method_54799
Lnet/minecraft/class_8898;method_54799(I)V
official b
Lfop;b(I)V
-
setSlotEnabled
private void setSlotEnabled(int slotId, boolean enabled) - Mappings:
Namespace Name Mixin selector named setSlotEnabled
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;setSlotEnabled(IZ)V
intermediary method_54798
Lnet/minecraft/class_8898;method_54798(IZ)V
official a
Lfop;a(IZ)V
-
drawSlot
- Overrides:
drawSlot
in classHandledScreen<CrafterScreenHandler>
- Mappings:
Namespace Name Mixin selector named drawSlot
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawSlot(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/screen/slot/Slot;)V
intermediary method_2385
Lnet/minecraft/class_465;method_2385(Lnet/minecraft/class_332;Lnet/minecraft/class_1735;)V
official a
Lfod;a(Lfgt;Lcrr;)V
-
drawDisabledSlot
- Mappings:
Namespace Name Mixin selector named drawDisabledSlot
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;drawDisabledSlot(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/screen/slot/CrafterInputSlot;)V
intermediary method_54591
Lnet/minecraft/class_8898;method_54591(Lnet/minecraft/class_332;Lnet/minecraft/class_8882;)V
official a
Lfop;a(Lfgt;Lcql;)V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classHandledScreen<CrafterScreenHandler>
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
official a
Lfij;a(Lfgt;IIF)V
-
drawArrowTexture
- Mappings:
Namespace Name Mixin selector named drawArrowTexture
Lnet/minecraft/client/gui/screen/ingame/CrafterScreen;drawArrowTexture(Lnet/minecraft/client/gui/DrawContext;)V
intermediary method_54592
Lnet/minecraft/class_8898;method_54592(Lnet/minecraft/class_332;)V
official c
Lfop;c(Lfgt;)V
-
drawBackground
- Specified by:
drawBackground
in classHandledScreen<CrafterScreenHandler>
- Mappings:
Namespace Name Mixin selector named drawBackground
Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
intermediary method_2389
Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V
official a
Lfod;a(Lfgt;FII)V
-