Uses of Record Class
net.minecraft.recipe.RawShapedRecipe
-
Uses of RawShapedRecipe in net.minecraft.data.server.recipe
Modifier and TypeMethodDescriptionprivate RawShapedRecipe
ShapedRecipeJsonBuilder.validate
(Identifier recipeId) -
Uses of RawShapedRecipe in net.minecraft.recipe
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<RawShapedRecipe>
RawShapedRecipe.CODEC
Modifier and TypeMethodDescriptionstatic RawShapedRecipe
RawShapedRecipe.create
(Map<Character, Ingredient> key, String[] pattern) static RawShapedRecipe
static RawShapedRecipe
RawShapedRecipe.readFromBuf
(PacketByteBuf buf) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<RawShapedRecipe>
RawShapedRecipe.fromData
(RawShapedRecipe.Data data) ModifierConstructorDescriptionShapedRecipe
(String group, CraftingRecipeCategory category, RawShapedRecipe raw, ItemStack result) ShapedRecipe
(String group, CraftingRecipeCategory category, RawShapedRecipe raw, ItemStack result, boolean showNotification)