Uses of Class
net.minecraft.recipe.RawShapedRecipe
Packages that use RawShapedRecipe
-
Uses of RawShapedRecipe in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe that return RawShapedRecipeModifier and TypeMethodDescriptionprivate RawShapedRecipe
ShapedRecipeJsonBuilder.validate
(Identifier recipeId) -
Uses of RawShapedRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RawShapedRecipeFields in net.minecraft.recipe with type parameters of type RawShapedRecipeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<RawShapedRecipe> RawShapedRecipe.CODEC
static final PacketCodec
<RegistryByteBuf, RawShapedRecipe> RawShapedRecipe.PACKET_CODEC
Methods in net.minecraft.recipe that return RawShapedRecipeModifier and TypeMethodDescriptionstatic RawShapedRecipe
RawShapedRecipe.create
(Map<Character, Ingredient> key, String[] pattern) static RawShapedRecipe
private static RawShapedRecipe
RawShapedRecipe.readFromBuf
(RegistryByteBuf buf) Methods in net.minecraft.recipe that return types with arguments of type RawShapedRecipeModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<RawShapedRecipe> RawShapedRecipe.fromData
(RawShapedRecipe.Data data) Constructors in net.minecraft.recipe with parameters of type RawShapedRecipeModifierConstructorDescriptionShapedRecipe
(String group, CraftingRecipeCategory category, RawShapedRecipe raw, ItemStack result) ShapedRecipe
(String group, CraftingRecipeCategory category, RawShapedRecipe raw, ItemStack result, boolean showNotification)