Package net.minecraft.inventory
Class CraftingInventory
java.lang.Object
net.minecraft.inventory.CraftingInventory
- All Implemented Interfaces:
class_8566,Inventory,RecipeInputProvider,Clearable
- Mappings:
Namespace Name intermediary net/minecraft/class_1715official cdanamed 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 screenHandler, int int2, int int3, DefaultedList<ItemStack> defaultedList) -
Method Summary
Modifier 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.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 intermediary field_7805Lnet/minecraft/class_1715;field_7805:Lnet/minecraft/class_2371;official cLcda;c:Lhn;named stacksLnet/minecraft/inventory/CraftingInventory;stacks:Lnet/minecraft/util/collection/DefaultedList;
-
width
private final int width- Mappings:
Namespace Name Mixin selector intermediary field_7804Lnet/minecraft/class_1715;field_7804:Iofficial dLcda;d:Inamed widthLnet/minecraft/inventory/CraftingInventory;width:I
-
height
private final int height- Mappings:
Namespace Name Mixin selector intermediary field_7803Lnet/minecraft/class_1715;field_7803:Iofficial eLcda;e:Inamed heightLnet/minecraft/inventory/CraftingInventory;height:I
-
handler
- Mappings:
Namespace Name Mixin selector intermediary field_7802Lnet/minecraft/class_1715;field_7802:Lnet/minecraft/class_1703;official fLcda;f:Lcbd;named handlerLnet/minecraft/inventory/CraftingInventory;handler:Lnet/minecraft/screen/ScreenHandler;
-
-
Constructor Details
-
CraftingInventory
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1715;<init>(Lnet/minecraft/class_1703;II)Vofficial <init>Lcda;<init>(Lcbd;II)Vnamed <init>Lnet/minecraft/inventory/CraftingInventory;<init>(Lnet/minecraft/screen/ScreenHandler;II)V
-
CraftingInventory
public CraftingInventory(ScreenHandler screenHandler, int int2, int int3, DefaultedList<ItemStack> defaultedList)
-
-
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:
removeStackin interfaceInventory- Returns:
- the stack previously stored at the indicated slot.
- Mappings:
Namespace Name Mixin selector intermediary method_5441Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;official bLbdp;b(I)Lcfx;named removeStackLnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-
removeStack
Removes a specific number of items from the given slot.- Specified by:
removeStackin interfaceInventory- Returns:
- the removed items as a stack
- Mappings:
Namespace Name Mixin selector intermediary method_5434Lnet/minecraft/class_1263;method_5434(II)Lnet/minecraft/class_1799;official aLbdp;a(II)Lcfx;named removeStackLnet/minecraft/inventory/Inventory;removeStack(II)Lnet/minecraft/item/ItemStack;
-
setStack
-
markDirty
public void markDirty() -
canPlayerUse
- Specified by:
canPlayerUsein interfaceInventory- Mappings:
Namespace Name Mixin selector intermediary method_5443Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Zofficial aLbdp;a(Lbym;)Znamed canPlayerUseLnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
clear
public void clear() -
getHeight
public int getHeight()- Specified by:
getHeightin interfaceclass_8566- Mappings:
Namespace Name Mixin selector intermediary method_17397Lnet/minecraft/class_8566;method_17397()Iofficial gLcbr;g()Inamed getHeightLnet/minecraft/class_8566;getHeight()I
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceclass_8566- Mappings:
Namespace Name Mixin selector intermediary method_17398Lnet/minecraft/class_8566;method_17398()Iofficial fLcbr;f()Inamed getWidthLnet/minecraft/class_8566;getWidth()I
-
getInputStacks
- Specified by:
getInputStacksin interfaceclass_8566- Mappings:
Namespace Name Mixin selector intermediary method_51305Lnet/minecraft/class_8566;method_51305()Ljava/util/List;official hLcbr;h()Ljava/util/List;named getInputStacksLnet/minecraft/class_8566;getInputStacks()Ljava/util/List;
-
provideRecipeInputs
- Specified by:
provideRecipeInputsin interfaceRecipeInputProvider- Mappings:
Namespace Name Mixin selector intermediary method_7683Lnet/minecraft/class_1737;method_7683(Lnet/minecraft/class_1662;)Vofficial aLccy;a(Lbyq;)Vnamed provideRecipeInputsLnet/minecraft/recipe/RecipeInputProvider;provideRecipeInputs(Lnet/minecraft/recipe/RecipeMatcher;)V
-