Package net.minecraft.inventory
Class CraftingInventory
java.lang.Object
net.minecraft.inventory.CraftingInventory
- All Implemented Interfaces:
- Inventory,- RecipeInputInventory,- RecipeInputProvider,- Clearable
- Mappings:
- Namespace - Name - official - cdc- intermediary - net/minecraft/class_1715- named - net/minecraft/inventory/CraftingInventory
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ScreenHandlerprivate final intprivate final DefaultedList<ItemStack>private final intFields inherited from interface net.minecraft.inventory.Inventoryfield_42619, MAX_COUNT_PER_STACK
- 
Constructor SummaryConstructorsConstructorDescriptionCraftingInventory(ScreenHandler handler, int width, int height) CraftingInventory(ScreenHandler handler, int width, int height, DefaultedList<ItemStack> stacks) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanPlayerUse(PlayerEntity player) voidclear()intgetStack(int slot) Fetches the stack currently stored at the given slot.intgetWidth()booleanisEmpty()voidvoidprovideRecipeInputs(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.voidintsize()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.inventory.InventorycanTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid, onClose, onOpen
- 
Field Details- 
stacks- Mappings:
- Namespace - Name - Mixin selector - official - c- Lcdc;c:Lhn;- 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;
 
- 
widthprivate final int width- Mappings:
- Namespace - Name - Mixin selector - official - d- Lcdc;d:I- intermediary - field_7804- Lnet/minecraft/class_1715;field_7804:I- named - width- Lnet/minecraft/inventory/CraftingInventory;width:I
 
- 
heightprivate final int height- Mappings:
- Namespace - Name - Mixin selector - official - e- Lcdc;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- Lcdc;f:Lcbf;- 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>- Lcdc;<init>(Lcbf;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
 
- 
CraftingInventorypublic CraftingInventory(ScreenHandler handler, int width, int height, DefaultedList<ItemStack> stacks) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lcdc;<init>(Lcbf;IILhn;)V- intermediary - <init>- Lnet/minecraft/class_1715;<init>(Lnet/minecraft/class_1703;IILnet/minecraft/class_2371;)V- named - <init>- Lnet/minecraft/inventory/CraftingInventory;<init>(Lnet/minecraft/screen/ScreenHandler;IILnet/minecraft/util/collection/DefaultedList;)V
 
 
- 
- 
Method Details- 
sizepublic int size()
- 
isEmptypublic boolean isEmpty()
- 
getStackFetches the stack currently stored at the given slot. If the slot is empty, or is outside the bounds of this inventory, returns seeItemStack.EMPTY.
- 
removeStackRemoves the stack currently stored at the indicated slot.- Specified by:
- removeStackin interface- Inventory
- Returns:
- the stack previously stored at the indicated slot.
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbdq;b(I)Lcfz;- 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;
 
- 
removeStackRemoves a specific number of items from the given slot.- Specified by:
- removeStackin interface- Inventory
- Returns:
- the removed items as a stack
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbdq;a(II)Lcfz;- 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
- 
markDirtypublic void markDirty()
- 
canPlayerUse- Specified by:
- canPlayerUsein interface- Inventory
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbdq;a(Lbyo;)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
 
- 
clearpublic void clear()
- 
getHeightpublic int getHeight()- Specified by:
- getHeightin interface- RecipeInputInventory
- Mappings:
- Namespace - Name - Mixin selector - official - g- Lcbt;g()I- intermediary - method_17397- Lnet/minecraft/class_8566;method_17397()I- named - getHeight- Lnet/minecraft/inventory/RecipeInputInventory;getHeight()I
 
- 
getWidthpublic int getWidth()- Specified by:
- getWidthin interface- RecipeInputInventory
- Mappings:
- Namespace - Name - Mixin selector - official - f- Lcbt;f()I- intermediary - method_17398- Lnet/minecraft/class_8566;method_17398()I- named - getWidth- Lnet/minecraft/inventory/RecipeInputInventory;getWidth()I
 
- 
getInputStacks- Specified by:
- getInputStacksin interface- RecipeInputInventory
- Mappings:
- Namespace - Name - Mixin selector - official - h- Lcbt;h()Ljava/util/List;- intermediary - method_51305- Lnet/minecraft/class_8566;method_51305()Ljava/util/List;- named - getInputStacks- Lnet/minecraft/inventory/RecipeInputInventory;getInputStacks()Ljava/util/List;
 
- 
provideRecipeInputs- Specified by:
- provideRecipeInputsin interface- RecipeInputProvider
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lcda;a(Lbys;)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
 
 
-