Package net.minecraft.inventory
Class CraftingResultInventory
java.lang.Object
net.minecraft.inventory.CraftingResultInventory
- All Implemented Interfaces:
Inventory,RecipeUnlocker,Clearable
public class CraftingResultInventory extends Object implements Inventory, RecipeUnlocker
- Mappings:
Namespace Name official blxintermediary net/minecraft/class_1731named net/minecraft/inventory/CraftingResultInventory
-
Field Summary
Fields Modifier and Type Field Description private @Nullable Recipe<?>lastRecipeprivate DefaultedList<ItemStack>stacks -
Constructor Summary
Constructors Constructor Description CraftingResultInventory() -
Method Summary
Modifier and Type Method Description booleancanPlayerUse(PlayerEntity player)voidclear()@Nullable Recipe<?>getLastRecipe()ItemStackgetStack(int slot)Fetches the stack currently stored at the given slot.booleanisEmpty()voidmarkDirty()ItemStackremoveStack(int slot)Removes the stack currently stored at the indicated slot.ItemStackremoveStack(int slot, int amount)Removes a specific number of items from the given slot.voidsetLastRecipe(@Nullable Recipe<?> recipe)voidsetStack(int slot, ItemStack stack)intsize()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
containsAny, count, getMaxCountPerStack, isValid, onClose, onOpenMethods inherited from interface net.minecraft.recipe.RecipeUnlocker
shouldCraftRecipe, unlockLastRecipe
-
Field Details
-
stacks
- Mappings:
Namespace Name Mixin selector official aLblx;a:Lgj;intermediary field_7866Lnet/minecraft/class_1731;field_7866:Lnet/minecraft/class_2371;named stacksLnet/minecraft/inventory/CraftingResultInventory;stacks:Lnet/minecraft/util/collection/DefaultedList;
-
lastRecipe
- Mappings:
Namespace Name Mixin selector official bLblx;b:Lbri;intermediary field_7865Lnet/minecraft/class_1731;field_7865:Lnet/minecraft/class_1860;named lastRecipeLnet/minecraft/inventory/CraftingResultInventory;lastRecipe:Lnet/minecraft/recipe/Recipe;
-
-
Constructor Details
-
CraftingResultInventory
public CraftingResultInventory()
-
-
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 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 official aLaqc;a(II)Lboq;intermediary method_5434Lnet/minecraft/class_1263;method_5434(II)Lnet/minecraft/class_1799;named removeStackLnet/minecraft/inventory/Inventory;removeStack(II)Lnet/minecraft/item/ItemStack;
-
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 official bLaqc;b(I)Lboq;intermediary method_5441Lnet/minecraft/class_1263;method_5441(I)Lnet/minecraft/class_1799;named removeStackLnet/minecraft/inventory/Inventory;removeStack(I)Lnet/minecraft/item/ItemStack;
-
setStack
-
markDirty
public void markDirty() -
canPlayerUse
- Specified by:
canPlayerUsein interfaceInventory- Mappings:
Namespace Name Mixin selector official aLaqc;a(Lbif;)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() -
setLastRecipe
- Specified by:
setLastRecipein interfaceRecipeUnlocker- Mappings:
Namespace Name Mixin selector official aLblw;a(Lbri;)Vintermediary method_7662Lnet/minecraft/class_1732;method_7662(Lnet/minecraft/class_1860;)Vnamed setLastRecipeLnet/minecraft/recipe/RecipeUnlocker;setLastRecipe(Lnet/minecraft/recipe/Recipe;)V
-
getLastRecipe
- Specified by:
getLastRecipein interfaceRecipeUnlocker- Mappings:
Namespace Name Mixin selector official ao_Lblw;ao_()Lbri;intermediary method_7663Lnet/minecraft/class_1732;method_7663()Lnet/minecraft/class_1860;named getLastRecipeLnet/minecraft/recipe/RecipeUnlocker;getLastRecipe()Lnet/minecraft/recipe/Recipe;
-