Class BuiltinRecipeComponents.Metadata
java.lang.Object
com.blamejared.crafttweaker.api.recipe.component.BuiltinRecipeComponents.Metadata
- Enclosing class:
BuiltinRecipeComponents
Holds
IRecipeComponents that simply encode recipe metadata.
The metadata might be the level required for a level-based crafting table, the group in the recipe book, or other elements. Name is not part of metadata.
- Since:
- 10.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IRecipeComponent<net.minecraft.world.item.crafting.CookingBookCategory> static final IRecipeComponent<net.minecraft.world.item.crafting.CraftingBookCategory> static final IRecipeComponent<String> static final IRecipeComponent<MirrorAxis> static final IRecipeComponent<com.mojang.datafixers.util.Pair<Integer, Integer>> -
Method Summary
-
Field Details
-
GROUP
-
COOKING_BOOK_CATEGORY
public static final IRecipeComponent<net.minecraft.world.item.crafting.CookingBookCategory> COOKING_BOOK_CATEGORY -
CRAFTING_BOOK_CATEGORY
public static final IRecipeComponent<net.minecraft.world.item.crafting.CraftingBookCategory> CRAFTING_BOOK_CATEGORY -
MIRROR_AXIS
-
SHAPE_SIZE_2D
public static final IRecipeComponent<com.mojang.datafixers.util.Pair<Integer,Integer>> SHAPE_SIZE_2D
-