Class ShapelessRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe
- All Implemented Interfaces:
CraftingRecipe
,Recipe<CraftingInput>
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final CraftingBookCategory
(package private) final String
(package private) final NonNullList
<Ingredient> private final boolean
(package private) final ItemStack
Fields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
Constructor Summary
ConstructorDescriptionShapelessRecipe
(String p_249640_, CraftingBookCategory p_249390_, ItemStack p_252071_, NonNullList<Ingredient> p_250689_) -
Method Summary
Modifier and TypeMethodDescriptionassemble
(CraftingInput p_342466_, HolderLookup.Provider p_334364_) boolean
canCraftInDimensions
(int p_44252_, int p_44253_) category()
getGroup()
getResultItem
(HolderLookup.Provider p_336057_) boolean
matches
(CraftingInput p_345423_, Level p_44263_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.item.crafting.CraftingRecipe
getType
Methods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getToastSymbol, isIncomplete, isSpecial, showNotification
-
Field Details
-
group
-
category
-
result
-
ingredients
-
isSimple
private final boolean isSimple
-
-
Constructor Details
-
ShapelessRecipe
public ShapelessRecipe(String p_249640_, CraftingBookCategory p_249390_, ItemStack p_252071_, NonNullList<Ingredient> p_250689_)
-
-
Method Details
-
getSerializer
- Specified by:
getSerializer
in interfaceRecipe<CraftingInput>
-
getGroup
- Specified by:
getGroup
in interfaceRecipe<CraftingInput>
-
category
- Specified by:
category
in interfaceCraftingRecipe
-
getResultItem
- Specified by:
getResultItem
in interfaceRecipe<CraftingInput>
-
getIngredients
- Specified by:
getIngredients
in interfaceRecipe<CraftingInput>
-
matches
- Specified by:
matches
in interfaceRecipe<CraftingInput>
-
assemble
- Specified by:
assemble
in interfaceRecipe<CraftingInput>
-
canCraftInDimensions
public boolean canCraftInDimensions(int p_44252_, int p_44253_) - Specified by:
canCraftInDimensions
in interfaceRecipe<CraftingInput>
-