Class ShapedRecipePattern
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipePattern
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Optional
<ShapedRecipePattern.Data> private final int
private final int
private final NonNullList
<Ingredient> static final com.mojang.serialization.MapCodec
<ShapedRecipePattern> private static final int
Deprecated.(package private) static int
(package private) static int
static final StreamCodec
<RegistryFriendlyByteBuf, ShapedRecipePattern> private final boolean
private final int
-
Constructor Summary
ConstructorsConstructorDescriptionShapedRecipePattern
(int width, int height, NonNullList<Ingredient> ingredients, Optional<ShapedRecipePattern.Data> data) -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
firstNonSpace
(String row) private static ShapedRecipePattern
fromNetwork
(RegistryFriendlyByteBuf buffer) static int
static int
int
height()
private static int
lastNonSpace
(String row) boolean
matches
(CraftingInput input) private boolean
matches
(CraftingInput input, boolean symmetrical) static ShapedRecipePattern
of
(Map<Character, Ingredient> key, String... pattern) static ShapedRecipePattern
static void
setCraftingSize
(int width, int height) Expand the max width and height allowed in the deserializer.(package private) static String[]
private void
toNetwork
(RegistryFriendlyByteBuf buffer) private static com.mojang.serialization.DataResult
<ShapedRecipePattern> int
width()
-
Field Details
-
MAX_SIZE
Deprecated.Neo: usegetMaxWidth()
andgetMaxHeight()
- See Also:
-
maxWidth
static int maxWidth -
maxHeight
static int maxHeight -
MAP_CODEC
-
STREAM_CODEC
-
width
private final int width -
height
private final int height -
ingredients
-
data
-
ingredientCount
private final int ingredientCount -
symmetrical
private final boolean symmetrical
-
-
Constructor Details
-
ShapedRecipePattern
public ShapedRecipePattern(int width, int height, NonNullList<Ingredient> ingredients, Optional<ShapedRecipePattern.Data> data)
-
-
Method Details
-
getMaxWidth
public static int getMaxWidth() -
getMaxHeight
public static int getMaxHeight() -
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
-
of
-
of
-
unpack
private static com.mojang.serialization.DataResult<ShapedRecipePattern> unpack(ShapedRecipePattern.Data data) -
shrink
-
firstNonSpace
-
lastNonSpace
-
matches
-
matches
-
toNetwork
-
fromNetwork
-
width
public int width() -
height
public int height() -
ingredients
-
getMaxWidth()
andgetMaxHeight()