Class ShapedRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
- All Implemented Interfaces:
CraftingRecipe
,Recipe<CraftingContainer>
,IShapedRecipe<CraftingContainer>
- Direct Known Subclasses:
MapExtendingRecipe
public class ShapedRecipe
extends Object
implements CraftingRecipe, IShapedRecipe<CraftingContainer>
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription(package private) final CraftingBookCategory
(package private) final String
(package private) final int
(package private) static int
(package private) static int
(package private) final NonNullList<Ingredient>
(package private) final ItemStack
(package private) final boolean
(package private) final int
-
Constructor Summary
ConstructorDescriptionShapedRecipe
(String p_272759_, CraftingBookCategory p_273506_, int p_272952_, int p_272920_, NonNullList<Ingredient> p_273650_, ItemStack p_272852_) ShapedRecipe
(String p_250221_, CraftingBookCategory p_250716_, int p_251480_, int p_251980_, NonNullList<Ingredient> p_252150_, ItemStack p_248581_, boolean p_301247_) -
Method Summary
Modifier and TypeMethodDescriptionassemble
(CraftingContainer p_266686_, RegistryAccess p_266725_) boolean
canCraftInDimensions
(int p_44161_, int p_44162_) category()
private static int
firstNonSpace
(String p_44185_) getGroup()
int
int
int
getResultItem
(RegistryAccess p_266881_) int
getWidth()
boolean
private static int
lastNonSpace
(String p_44201_) private boolean
matches
(CraftingContainer p_44171_, int p_44172_, int p_44173_, boolean p_44174_) boolean
matches
(CraftingContainer p_44176_, Level p_44177_) static void
setCraftingSize
(int width, int height) Expand the max width and height allowed in the deserializer.boolean
(package private) static String[]
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, isSpecial
-
Field Details
-
MAX_WIDTH
static int MAX_WIDTH -
MAX_HEIGHT
static int MAX_HEIGHT -
width
final int width -
height
final int height -
recipeItems
-
result
-
group
-
category
-
showNotification
final boolean showNotification
-
-
Constructor Details
-
ShapedRecipe
public ShapedRecipe(String p_250221_, CraftingBookCategory p_250716_, int p_251480_, int p_251980_, NonNullList<Ingredient> p_252150_, ItemStack p_248581_, boolean p_301247_) -
ShapedRecipe
public ShapedRecipe(String p_272759_, CraftingBookCategory p_273506_, int p_272952_, int p_272920_, NonNullList<Ingredient> p_273650_, ItemStack p_272852_)
-
-
Method Details
-
setCraftingSize
public static void setCraftingSize(int width, int height) Expand the max width and height allowed in the deserializer. This should be called by modders who add custom crafting tables that are larger than the vanilla 3x3.- Parameters:
width
- your max recipe widthheight
- your max recipe height
-
getSerializer
- Specified by:
getSerializer
in interfaceRecipe<CraftingContainer>
-
getGroup
- Specified by:
getGroup
in interfaceRecipe<CraftingContainer>
-
category
- Specified by:
category
in interfaceCraftingRecipe
-
getResultItem
- Specified by:
getResultItem
in interfaceRecipe<CraftingContainer>
-
getIngredients
- Specified by:
getIngredients
in interfaceRecipe<CraftingContainer>
-
showNotification
public boolean showNotification()- Specified by:
showNotification
in interfaceRecipe<CraftingContainer>
-
canCraftInDimensions
public boolean canCraftInDimensions(int p_44161_, int p_44162_) - Specified by:
canCraftInDimensions
in interfaceRecipe<CraftingContainer>
-
matches
- Specified by:
matches
in interfaceRecipe<CraftingContainer>
-
matches
-
assemble
- Specified by:
assemble
in interfaceRecipe<CraftingContainer>
-
getWidth
public int getWidth() -
getRecipeWidth
public int getRecipeWidth()- Specified by:
getRecipeWidth
in interfaceIShapedRecipe<CraftingContainer>
-
getHeight
public int getHeight() -
getRecipeHeight
public int getRecipeHeight()- Specified by:
getRecipeHeight
in interfaceIShapedRecipe<CraftingContainer>
-
shrink
-
isIncomplete
public boolean isIncomplete()- Specified by:
isIncomplete
in interfaceRecipe<CraftingContainer>
-
firstNonSpace
-
lastNonSpace
-