Package net.minecraft.screen
Class CrafterScreenHandler
java.lang.Object
net.minecraft.screen.ScreenHandler
net.minecraft.screen.CrafterScreenHandler
- All Implemented Interfaces:
ScreenHandlerListener
- Mappings:
Namespace Name named net/minecraft/screen/CrafterScreenHandler
intermediary net/minecraft/class_8881
official cqk
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
private static final int
private static final int
private static final int
private static final int
private final RecipeInputInventory
private final PlayerEntity
private final PropertyDelegate
private final CraftingResultInventory
Fields inherited from class net.minecraft.screen.ScreenHandler
EMPTY_SPACE_SLOT_INDEX, field_30731, field_30732, field_30733, field_30734, field_30735, field_30736, field_30737, slots, syncId
-
Constructor Summary
ConstructorDescriptionCrafterScreenHandler
(int syncId, PlayerInventory playerInventory) CrafterScreenHandler
(int syncId, PlayerInventory playerInventory, RecipeInputInventory inputInventory, PropertyDelegate propertyDelegate) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
addSlots
(PlayerInventory playerInventory) boolean
canUse
(PlayerEntity player) Returns whether the screen handler can be used.boolean
isSlotDisabled
(int slot) boolean
void
onPropertyUpdate
(ScreenHandler handler, int property, int value) void
onSlotUpdate
(ScreenHandler handler, int slotId, ItemStack stack) quickMove
(PlayerEntity player, int slot) Quick-moves the stack atslot
to other slots of the screen handler that belong to a different inventory or another section of the same inventory.void
setSlotEnabled
(int slot, boolean enabled) private void
Methods inherited from class net.minecraft.screen.ScreenHandler
addListener, addProperties, addProperty, addSlot, calculateComparatorOutput, calculateComparatorOutput, calculateStackSize, canInsertIntoSlot, canInsertIntoSlot, canInsertItemIntoSlot, canUse, checkDataCount, checkSize, copySharedSlots, disableSyncing, dropInventory, enableSyncing, endQuickCraft, getCursorStack, getRevision, getSlot, getSlotIndex, getStacks, getType, insertItem, isValid, nextRevision, onButtonClick, onClosed, onContentChanged, onSlotClick, packQuickCraftData, removeListener, sendContentUpdates, setCursorStack, setPreviousCursorStack, setPreviousTrackedSlot, setPreviousTrackedSlotMutable, setProperty, setStackInSlot, shouldQuickCraftContinue, syncState, unpackQuickCraftButton, unpackQuickCraftStage, updateSlotStacks, updateSyncHandler, updateToClient
-
Field Details
-
field_46781
protected static final int field_46781- See Also:
- Mappings:
Namespace Name Mixin selector named field_46781
Lnet/minecraft/screen/CrafterScreenHandler;field_46781:I
intermediary field_46781
Lnet/minecraft/class_8881;field_46781:I
official k
Lcqk;k:I
-
field_46782
private static final int field_46782- See Also:
- Mappings:
Namespace Name Mixin selector named field_46782
Lnet/minecraft/screen/CrafterScreenHandler;field_46782:I
intermediary field_46782
Lnet/minecraft/class_8881;field_46782:I
official l
Lcqk;l:I
-
field_46783
private static final int field_46783- See Also:
- Mappings:
Namespace Name Mixin selector named field_46783
Lnet/minecraft/screen/CrafterScreenHandler;field_46783:I
intermediary field_46783
Lnet/minecraft/class_8881;field_46783:I
official m
Lcqk;m:I
-
field_46784
private static final int field_46784- See Also:
- Mappings:
Namespace Name Mixin selector named field_46784
Lnet/minecraft/screen/CrafterScreenHandler;field_46784:I
intermediary field_46784
Lnet/minecraft/class_8881;field_46784:I
official n
Lcqk;n:I
-
field_46785
private static final int field_46785- See Also:
- Mappings:
Namespace Name Mixin selector named field_46785
Lnet/minecraft/screen/CrafterScreenHandler;field_46785:I
intermediary field_46785
Lnet/minecraft/class_8881;field_46785:I
official o
Lcqk;o:I
-
resultInventory
- Mappings:
Namespace Name Mixin selector named resultInventory
Lnet/minecraft/screen/CrafterScreenHandler;resultInventory:Lnet/minecraft/inventory/CraftingResultInventory;
intermediary field_46780
Lnet/minecraft/class_8881;field_46780:Lnet/minecraft/class_1731;
official p
Lcqk;p:Lcrm;
-
propertyDelegate
- Mappings:
Namespace Name Mixin selector named propertyDelegate
Lnet/minecraft/screen/CrafterScreenHandler;propertyDelegate:Lnet/minecraft/screen/PropertyDelegate;
intermediary field_46786
Lnet/minecraft/class_8881;field_46786:Lnet/minecraft/class_3913;
official q
Lcqk;q:Lcqg;
-
player
- Mappings:
Namespace Name Mixin selector named player
Lnet/minecraft/screen/CrafterScreenHandler;player:Lnet/minecraft/entity/player/PlayerEntity;
intermediary field_46787
Lnet/minecraft/class_8881;field_46787:Lnet/minecraft/class_1657;
official r
Lcqk;r:Lcmz;
-
inputInventory
- Mappings:
Namespace Name Mixin selector named inputInventory
Lnet/minecraft/screen/CrafterScreenHandler;inputInventory:Lnet/minecraft/inventory/RecipeInputInventory;
intermediary field_46788
Lnet/minecraft/class_8881;field_46788:Lnet/minecraft/class_8566;
official s
Lcqk;s:Lcqm;
-
-
Constructor Details
-
CrafterScreenHandler
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/screen/CrafterScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;)V
intermediary <init>
Lnet/minecraft/class_8881;<init>(ILnet/minecraft/class_1661;)V
official <init>
Lcqk;<init>(ILcmy;)V
-
CrafterScreenHandler
public CrafterScreenHandler(int syncId, PlayerInventory playerInventory, RecipeInputInventory inputInventory, PropertyDelegate propertyDelegate) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/screen/CrafterScreenHandler;<init>(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/RecipeInputInventory;Lnet/minecraft/screen/PropertyDelegate;)V
intermediary <init>
Lnet/minecraft/class_8881;<init>(ILnet/minecraft/class_1661;Lnet/minecraft/class_8566;Lnet/minecraft/class_3913;)V
official <init>
Lcqk;<init>(ILcmy;Lcqm;Lcqg;)V
-
-
Method Details
-
addSlots
- Mappings:
Namespace Name Mixin selector named addSlots
Lnet/minecraft/screen/CrafterScreenHandler;addSlots(Lnet/minecraft/entity/player/PlayerInventory;)V
intermediary method_54459
Lnet/minecraft/class_8881;method_54459(Lnet/minecraft/class_1661;)V
official a
Lcqk;a(Lcmy;)V
-
setSlotEnabled
public void setSlotEnabled(int slot, boolean enabled) - Mappings:
Namespace Name Mixin selector named setSlotEnabled
Lnet/minecraft/screen/CrafterScreenHandler;setSlotEnabled(IZ)V
intermediary method_54458
Lnet/minecraft/class_8881;method_54458(IZ)V
official a
Lcqk;a(IZ)V
-
isSlotDisabled
public boolean isSlotDisabled(int slot) - Mappings:
Namespace Name Mixin selector named isSlotDisabled
Lnet/minecraft/screen/CrafterScreenHandler;isSlotDisabled(I)Z
intermediary method_54461
Lnet/minecraft/class_8881;method_54461(I)Z
official e
Lcqk;e(I)Z
-
isTriggered
public boolean isTriggered()- Mappings:
Namespace Name Mixin selector named isTriggered
Lnet/minecraft/screen/CrafterScreenHandler;isTriggered()Z
intermediary method_54462
Lnet/minecraft/class_8881;method_54462()Z
official l
Lcqk;l()Z
-
quickMove
Quick-moves the stack atslot
to other slots of the screen handler that belong to a different inventory or another section of the same inventory. For example, items can be quick-moved between a chest's slots and the player inventory or between the main player inventory and the hotbar.Subclasses should call
ScreenHandler.insertItem(net.minecraft.item.ItemStack, int, int, boolean)
, and if the insertion was successful, clear the slot (if the stack is exhausted) or mark it as dirty. See the vanilla subclasses for basic implementation.Quick-moving is also known as "shift-clicking" since it's usually triggered using Shift+left click.
- Specified by:
quickMove
in classScreenHandler
- Parameters:
slot
- the index of the slot to quick-move from- Returns:
ItemStack.EMPTY
when no stack can be transferred, otherwise the original stack- See Also:
- Mappings:
Namespace Name Mixin selector named quickMove
Lnet/minecraft/screen/ScreenHandler;quickMove(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
intermediary method_7601
Lnet/minecraft/class_1703;method_7601(Lnet/minecraft/class_1657;I)Lnet/minecraft/class_1799;
official a
Lcpw;a(Lcmz;I)Lcur;
-
canUse
Returns whether the screen handler can be used.Subclasses should call #canUse(ScreenHandlerContext, PlayerEntity, Block)} or implement the check itself. The implementation should check that the player is near the screen handler's source position (e.g. block position) and that the source (e.g. block) is not destroyed.
- Specified by:
canUse
in classScreenHandler
- Returns:
- whether the screen handler can be used
- Mappings:
Namespace Name Mixin selector named canUse
Lnet/minecraft/screen/ScreenHandler;canUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
intermediary method_7597
Lnet/minecraft/class_1703;method_7597(Lnet/minecraft/class_1657;)Z
official a
Lcpw;a(Lcmz;)Z
-
updateResult
private void updateResult()- Mappings:
Namespace Name Mixin selector named updateResult
Lnet/minecraft/screen/CrafterScreenHandler;updateResult()V
intermediary method_54464
Lnet/minecraft/class_8881;method_54464()V
official n
Lcqk;n()V
-
getInputInventory
- Mappings:
Namespace Name Mixin selector named getInputInventory
Lnet/minecraft/screen/CrafterScreenHandler;getInputInventory()Lnet/minecraft/inventory/Inventory;
intermediary method_54463
Lnet/minecraft/class_8881;method_54463()Lnet/minecraft/class_1263;
official m
Lcqk;m()Lbqp;
-
onSlotUpdate
- Specified by:
onSlotUpdate
in interfaceScreenHandlerListener
- Mappings:
Namespace Name Mixin selector named onSlotUpdate
Lnet/minecraft/screen/ScreenHandlerListener;onSlotUpdate(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
intermediary method_7635
Lnet/minecraft/class_1712;method_7635(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)V
official a
Lcqi;a(Lcpw;ILcur;)V
-
onPropertyUpdate
- Specified by:
onPropertyUpdate
in interfaceScreenHandlerListener
- Mappings:
Namespace Name Mixin selector named onPropertyUpdate
Lnet/minecraft/screen/ScreenHandlerListener;onPropertyUpdate(Lnet/minecraft/screen/ScreenHandler;II)V
intermediary method_7633
Lnet/minecraft/class_1712;method_7633(Lnet/minecraft/class_1703;II)V
official a
Lcqi;a(Lcpw;II)V
-