Package net.minecraft.inventory.slot
Class CraftingResultSlot
java.lang.Object
net.minecraft.inventory.slot.Slot
net.minecraft.inventory.slot.CraftingResultSlot
- Mappings:
Namespace Name official ziintermediary net/minecraft/class_1025named net/minecraft/inventory/slot/CraftingResultSlot
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCraftingResultSlot(PlayerEntity playerEntity, Inventory inventory, Inventory inventory2, int int2, int int3, int int4) -
Method Summary
Methods inherited from class net.minecraft.inventory.slot.Slot
canTakeItems, doDrawHoveringEffect, equals, getMaxStackAmount, getStack, hasStack, markDirty, method_3297, onStackChanged, setStack
-
Field Details
-
field_4147
- Mappings:
Namespace Name Mixin selector official aLzi;a:Lpn;intermediary field_4147Lnet/minecraft/class_1025;field_4147:Lnet/minecraft/class_849;named field_4147Lnet/minecraft/inventory/slot/CraftingResultSlot;field_4147:Lnet/minecraft/inventory/Inventory;
-
player
- Mappings:
Namespace Name Mixin selector official bLzi;b:Lxk;intermediary field_4148Lnet/minecraft/class_1025;field_4148:Lnet/minecraft/class_988;named playerLnet/minecraft/inventory/slot/CraftingResultSlot;player:Lnet/minecraft/entity/player/PlayerEntity;
-
amount
private int amount- Mappings:
Namespace Name Mixin selector official cLzi;c:Iintermediary field_4149Lnet/minecraft/class_1025;field_4149:Inamed amountLnet/minecraft/inventory/slot/CraftingResultSlot;amount:I
-
-
Constructor Details
-
CraftingResultSlot
public CraftingResultSlot(PlayerEntity playerEntity, Inventory inventory, Inventory inventory2, int int2, int int3, int int4)
-
-
Method Details
-
canInsert
-
takeStack
-
onCrafted
-
onCrafted
-
onTakeItem
- Overrides:
onTakeItemin classSlot- Mappings:
Namespace Name Mixin selector official aLzj;a(Lxk;Labo;)Vintermediary method_3298Lnet/minecraft/class_1026;method_3298(Lnet/minecraft/class_988;Lnet/minecraft/class_1071;)Vnamed onTakeItemLnet/minecraft/inventory/slot/Slot;onTakeItem(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;)V
-