Package net.minecraft.inventory
Class CraftingInventory
java.lang.Object
net.minecraft.inventory.CraftingInventory
- All Implemented Interfaces:
Inventory,RecipeInputInventory,RecipeInputProvider,Clearable
Represents an inventory for crafting inputs.
- Mappings:
Namespace Name official ckbintermediary net/minecraft/class_1715named net/minecraft/inventory/CraftingInventory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ScreenHandlerprivate final intprivate final DefaultedList<ItemStack>private final intFields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK -
Constructor Summary
ConstructorsConstructorDescriptionCraftingInventory(ScreenHandler handler, int width, int height) CraftingInventory(ScreenHandler handler, int width, int height, DefaultedList<ItemStack> stacks) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPlayerUse(PlayerEntity player) Returns whetherplayercan use this inventory.voidclear()intReturns the height of the recipe grid.Returns the stacks held by the inventory.getStack(int slot) Returns the stack currently stored atslot.intgetWidth()Returns the width of the recipe grid.booleanisEmpty()Returns whether the inventory consists entirely of empty item stacks.voidMarks the inventory as modified.voidprovideRecipeInputs(RecipeMatcher finder) removeStack(int slot) Removes the stack currently stored atslot.removeStack(int slot, int amount) Removes a specific number of items fromslot.voidSets the stack stored atslottostack.intsize()Returns the size of the inventory.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.inventory.Inventory
canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid, onClose, onOpen
-
Field Details
-
stacks
- Mappings:
Namespace Name Mixin selector official cLckb;c:Liq;intermediary field_7805Lnet/minecraft/class_1715;field_7805:Lnet/minecraft/class_2371;named stacksLnet/minecraft/inventory/CraftingInventory;stacks:Lnet/minecraft/util/collection/DefaultedList;
-
width
private final int width- Mappings:
Namespace Name Mixin selector official dLckb;d:Iintermediary field_7804Lnet/minecraft/class_1715;field_7804:Inamed widthLnet/minecraft/inventory/CraftingInventory;width:I
-
height
private final int height- Mappings:
Namespace Name Mixin selector official eLckb;e:Iintermediary field_7803Lnet/minecraft/class_1715;field_7803:Inamed heightLnet/minecraft/inventory/CraftingInventory;height:I
-
handler
- Mappings:
Namespace Name Mixin selector official fLckb;f:Lcib;intermediary field_7802Lnet/minecraft/class_1715;field_7802:Lnet/minecraft/class_1703;named handlerLnet/minecraft/inventory/CraftingInventory;handler:Lnet/minecraft/screen/ScreenHandler;
-
-
Constructor Details
-
CraftingInventory
- Mappings:
Namespace Name Mixin selector official <init>Lckb;<init>(Lcib;II)Vintermediary <init>Lnet/minecraft/class_1715;<init>(Lnet/minecraft/class_1703;II)Vnamed <init>Lnet/minecraft/inventory/CraftingInventory;<init>(Lnet/minecraft/screen/ScreenHandler;II)V
-
CraftingInventory
public CraftingInventory(ScreenHandler handler, int width, int height, DefaultedList<ItemStack> stacks) - Mappings:
Namespace Name Mixin selector official <init>Lckb;<init>(Lcib;IILiq;)Vintermediary <init>Lnet/minecraft/class_1715;<init>(Lnet/minecraft/class_1703;IILnet/minecraft/class_2371;)Vnamed <init>Lnet/minecraft/inventory/CraftingInventory;<init>(Lnet/minecraft/screen/ScreenHandler;IILnet/minecraft/util/collection/DefaultedList;)V
-
-
Method Details
-
size
public int size()Returns the size of the inventory.The inventory should support the slot ID from
0tosize() - 1. This should remain constant throughout the inventory's lifetime. -
isEmpty
public boolean isEmpty()Returns whether the inventory consists entirely of empty item stacks.- Specified by:
isEmptyin interfaceInventory- Returns:
- whether the inventory consists entirely of empty item stacks
- Mappings:
Namespace Name Mixin selector official ai_Lbju;ai_()Zintermediary method_5442Lnet/minecraft/class_1263;method_5442()Znamed isEmptyLnet/minecraft/inventory/Inventory;isEmpty()Z
-
getStack
Returns the stack currently stored atslot.If the slot is empty, or is outside the bounds of this inventory, this returns
ItemStack.EMPTY.- Specified by:
getStackin interfaceInventory- Returns:
- the stack currently stored at
slot - Mappings:
Namespace Name Mixin selector official aLbju;a(I)Lcmy;intermediary method_5438Lnet/minecraft/class_1263;method_5438(I)Lnet/minecraft/class_1799;named getStackLnet/minecraft/inventory/Inventory;getStack(I)Lnet/minecraft/item/ItemStack;
-
removeStack
Removes the stack currently stored atslot.- Specified by:
removeStackin interfaceInventory- Returns:
- the stack previously stored at the indicated slot
- Mappings:
Namespace Name Mixin selector official bLbju;b(I)Lcmy;intermediary method_5441Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;named removeStackLnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-
removeStack
Removes a specific number of items fromslot.- Specified by:
removeStackin interfaceInventory- Returns:
- the removed items as a stack
- Mappings:
Namespace Name Mixin selector official aLbju;a(II)Lcmy;intermediary method_5434Lnet/minecraft/class_1263;method_5434(II)Lnet/minecraft/class_1799;named removeStackLnet/minecraft/inventory/Inventory;removeStack(II)Lnet/minecraft/item/ItemStack;
-
setStack
Sets the stack stored atslottostack. -
markDirty
public void markDirty()Marks the inventory as modified. Implementations should call this method every time the inventory is changed in any way. -
canPlayerUse
Returns whetherplayercan use this inventory.This is called by
ScreenHandler.canUse(net.minecraft.screen.ScreenHandlerContext, net.minecraft.entity.player.PlayerEntity, net.minecraft.block.Block).- Specified by:
canPlayerUsein interfaceInventory- Returns:
- whether
playercan use this inventory - See Also:
- Mappings:
Namespace Name Mixin selector official aLbju;a(Lcfi;)Zintermediary method_5443Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Znamed canPlayerUseLnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
clear
public void clear() -
getHeight
public int getHeight()Returns the height of the recipe grid.- Specified by:
getHeightin interfaceRecipeInputInventory- Returns:
- the height of the recipe grid
- Mappings:
Namespace Name Mixin selector official gLcir;g()Iintermediary method_17397Lnet/minecraft/class_8566;method_17397()Inamed getHeightLnet/minecraft/inventory/RecipeInputInventory;getHeight()I
-
getWidth
public int getWidth()Returns the width of the recipe grid.- Specified by:
getWidthin interfaceRecipeInputInventory- Returns:
- the width of the recipe grid
- Mappings:
Namespace Name Mixin selector official fLcir;f()Iintermediary method_17398Lnet/minecraft/class_8566;method_17398()Inamed getWidthLnet/minecraft/inventory/RecipeInputInventory;getWidth()I
-
getHeldStacks
Returns the stacks held by the inventory.- Specified by:
getHeldStacksin interfaceRecipeInputInventory- Returns:
- the stacks held by the inventory
- Mappings:
Namespace Name Mixin selector official hLcir;h()Ljava/util/List;intermediary method_51305Lnet/minecraft/class_8566;method_51305()Ljava/util/List;named getHeldStacksLnet/minecraft/inventory/RecipeInputInventory;getHeldStacks()Ljava/util/List;
-
provideRecipeInputs
- Specified by:
provideRecipeInputsin interfaceRecipeInputProvider- Mappings:
Namespace Name Mixin selector official aLcjz;a(Lcfm;)Vintermediary method_7683Lnet/minecraft/class_1737;method_7683(Lnet/minecraft/class_1662;)Vnamed provideRecipeInputsLnet/minecraft/recipe/RecipeInputProvider;provideRecipeInputs(Lnet/minecraft/recipe/RecipeMatcher;)V
-