Uses of Record Class
net.minecraft.recipe.RawShapedRecipe.Data
Packages that use RawShapedRecipe.Data
-
Uses of RawShapedRecipe.Data in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type RawShapedRecipe.DataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<RawShapedRecipe.Data> RawShapedRecipe.Data.CODEC
private final Optional
<RawShapedRecipe.Data> RawShapedRecipe.data
Methods in net.minecraft.recipe with parameters of type RawShapedRecipe.DataModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult
<RawShapedRecipe> RawShapedRecipe.fromData
(RawShapedRecipe.Data data) Constructor parameters in net.minecraft.recipe with type arguments of type RawShapedRecipe.DataModifierConstructorDescriptionRawShapedRecipe
(int width, int height, DefaultedList<Ingredient> ingredients, Optional<RawShapedRecipe.Data> data)