Package net.minecraft.inventory
Class CraftingInventory
java.lang.Object
net.minecraft.inventory.CraftingInventory
- All Implemented Interfaces:
Inventory
,RecipeInputProvider
,Clearable
- Mappings:
Namespace Name official cbr
intermediary net/minecraft/class_1715
named net/minecraft/inventory/CraftingInventory
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ScreenHandler
private final int
private final DefaultedList<ItemStack>
private final int
Fields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canPlayerUse
(PlayerEntity player) void
clear()
int
getStack
(int slot) Fetches the stack currently stored at the given slot.int
getWidth()
boolean
isEmpty()
void
void
provideRecipeInputs
(RecipeMatcher finder) removeStack
(int slot) Removes the stack currently stored at the indicated slot.removeStack
(int slot, int amount) Removes a specific number of items from the given slot.void
int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.inventory.Inventory
canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid, onClose, onOpen
-
Field Details
-
stacks
- Mappings:
Namespace Name Mixin selector official c
Lcbr;c:Lhm;
intermediary field_7805
Lnet/minecraft/class_1715;field_7805:Lnet/minecraft/class_2371;
named stacks
Lnet/minecraft/inventory/CraftingInventory;stacks:Lnet/minecraft/util/collection/DefaultedList;
-
width
private final int width- Mappings:
Namespace Name Mixin selector official d
Lcbr;d:I
intermediary field_7804
Lnet/minecraft/class_1715;field_7804:I
named width
Lnet/minecraft/inventory/CraftingInventory;width:I
-
height
private final int height- Mappings:
Namespace Name Mixin selector official e
Lcbr;e:I
intermediary field_7803
Lnet/minecraft/class_1715;field_7803:I
named height
Lnet/minecraft/inventory/CraftingInventory;height:I
-
handler
- Mappings:
Namespace Name Mixin selector official f
Lcbr;f:Lcbd;
intermediary field_7802
Lnet/minecraft/class_1715;field_7802:Lnet/minecraft/class_1703;
named handler
Lnet/minecraft/inventory/CraftingInventory;handler:Lnet/minecraft/screen/ScreenHandler;
-
-
Constructor Details
-
CraftingInventory
- Mappings:
Namespace Name Mixin selector official <init>
Lcbr;<init>(Lcbd;II)V
intermediary <init>
Lnet/minecraft/class_1715;<init>(Lnet/minecraft/class_1703;II)V
named <init>
Lnet/minecraft/inventory/CraftingInventory;<init>(Lnet/minecraft/screen/ScreenHandler;II)V
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getStack
Fetches the stack currently stored at the given slot. If the slot is empty, or is outside the bounds of this inventory, returns seeItemStack.EMPTY
. -
removeStack
Removes the stack currently stored at the indicated slot.- Specified by:
removeStack
in interfaceInventory
- Returns:
- the stack previously stored at the indicated slot.
- Mappings:
Namespace Name Mixin selector official b
Lbdr;b(I)Lcfv;
intermediary method_5441
Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;
named removeStack
Lnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-
removeStack
Removes a specific number of items from the given slot.- Specified by:
removeStack
in interfaceInventory
- Returns:
- the removed items as a stack
- Mappings:
Namespace Name Mixin selector official a
Lbdr;a(II)Lcfv;
intermediary method_5434
Lnet/minecraft/class_1263;method_5434(II)Lnet/minecraft/class_1799;
named removeStack
Lnet/minecraft/inventory/Inventory;removeStack(II)Lnet/minecraft/item/ItemStack;
-
setStack
-
markDirty
public void markDirty() -
canPlayerUse
- Specified by:
canPlayerUse
in interfaceInventory
- Mappings:
Namespace Name Mixin selector official a
Lbdr;a(Lbym;)Z
intermediary method_5443
Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Z
named canPlayerUse
Lnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
clear
public void clear() -
getHeight
public int getHeight()- Mappings:
Namespace Name Mixin selector official f
Lcbr;f()I
intermediary method_17397
Lnet/minecraft/class_1715;method_17397()I
named getHeight
Lnet/minecraft/inventory/CraftingInventory;getHeight()I
-
getWidth
public int getWidth()- Mappings:
Namespace Name Mixin selector official g
Lcbr;g()I
intermediary method_17398
Lnet/minecraft/class_1715;method_17398()I
named getWidth
Lnet/minecraft/inventory/CraftingInventory;getWidth()I
-
provideRecipeInputs
- Specified by:
provideRecipeInputs
in interfaceRecipeInputProvider
- Mappings:
Namespace Name Mixin selector official a
Lccz;a(Lbyq;)V
intermediary method_7683
Lnet/minecraft/class_1737;method_7683(Lnet/minecraft/class_1662;)V
named provideRecipeInputs
Lnet/minecraft/recipe/RecipeInputProvider;provideRecipeInputs(Lnet/minecraft/recipe/RecipeMatcher;)V
-