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
The field for thedata
record component.Methods in net.minecraft.recipe that return types with arguments of type RawShapedRecipe.DataModifier and TypeMethodDescriptionRawShapedRecipe.data()
Returns the value of thedata
record component.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 int2, int int3, DefaultedList<Ingredient> defaultedList, Optional<RawShapedRecipe.Data> optional)