Package net.minecraft.data.server.recipe
Record Class SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider
java.lang.Object
java.lang.Record
net.minecraft.data.server.recipe.SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider
- Record Components:
id
-serializer
-template
-base
-addition
-advancement
-
- All Implemented Interfaces:
RecipeJsonProvider
- Enclosing class:
SmithingTrimRecipeJsonBuilder
public static record SmithingTrimRecipeJsonBuilder.SmithingTrimRecipeJsonProvider(Identifier id, RecipeSerializer<?> serializer, Ingredient template, Ingredient base, Ingredient addition, AdvancementEntry advancement)
extends Record
implements RecipeJsonProvider
- Mappings:
Namespace Name official ma$a
intermediary net/minecraft/class_8076$class_8077
named net/minecraft/data/server/recipe/SmithingTrimRecipeJsonBuilder$SmithingTrimRecipeJsonProvider
official a
intermediary comp_1230
named id
official b
intermediary comp_1231
named serializer
official c
intermediary comp_1232
named template
official d
intermediary comp_1233
named base
official e
intermediary comp_1234
named addition
official f
intermediary comp_1235
named advancement
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Ingredient
The field for theaddition
record component.private final AdvancementEntry
The field for theadvancement
record component.private final Ingredient
The field for thebase
record component.private final Identifier
The field for theid
record component.private final RecipeSerializer<?>
The field for theserializer
record component.private final Ingredient
The field for thetemplate
record component. -
Constructor Summary
ConstructorDescriptionSmithingTrimRecipeJsonProvider
(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, AdvancementEntry advancementEntry) -
Method Summary
Modifier and TypeMethodDescriptionaddition()
Returns the value of theaddition
record component.base()
Returns the value of thebase
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.id()
void
serialize
(com.google.gson.JsonObject json) template()
Returns the value of thetemplate
record component.final String
toString()
Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.data.server.recipe.RecipeJsonProvider
toJson
-
Field Details
-
id
The field for theid
record component. -
serializer
The field for theserializer
record component. -
template
The field for thetemplate
record component. -
base
The field for thebase
record component. -
addition
The field for theaddition
record component. -
advancement
The field for theadvancement
record component.
-
-
Constructor Details
-
SmithingTrimRecipeJsonProvider
public SmithingTrimRecipeJsonProvider(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, AdvancementEntry advancementEntry)
-
-
Method Details
-
serialize
public void serialize(com.google.gson.JsonObject json) - Specified by:
serialize
in interfaceRecipeJsonProvider
- Mappings:
Namespace Name Mixin selector official a
Llq;a(Lcom/google/gson/JsonObject;)V
intermediary method_10416
Lnet/minecraft/class_2444;method_10416(Lcom/google/gson/JsonObject;)V
named serialize
Lnet/minecraft/data/server/recipe/RecipeJsonProvider;serialize(Lcom/google/gson/JsonObject;)V
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
id
- Specified by:
id
in interfaceRecipeJsonProvider
- Mappings:
Namespace Name Mixin selector official b
Llq;b()Laew;
intermediary comp_1230
Lnet/minecraft/class_2444;comp_1230()Lnet/minecraft/class_2960;
named id
Lnet/minecraft/data/server/recipe/RecipeJsonProvider;id()Lnet/minecraft/util/Identifier;
-
serializer
- Specified by:
serializer
in interfaceRecipeJsonProvider
- Mappings:
Namespace Name Mixin selector official c
Llq;c()Lcmm;
intermediary comp_1231
Lnet/minecraft/class_2444;comp_1231()Lnet/minecraft/class_1865;
named serializer
Lnet/minecraft/data/server/recipe/RecipeJsonProvider;serializer()Lnet/minecraft/recipe/RecipeSerializer;
-
template
Returns the value of thetemplate
record component.- Returns:
- the value of the
template
record component
-
base
Returns the value of thebase
record component.- Returns:
- the value of the
base
record component
-
addition
Returns the value of theaddition
record component.- Returns:
- the value of the
addition
record component
-
advancement
- Specified by:
advancement
in interfaceRecipeJsonProvider
- Mappings:
Namespace Name Mixin selector official d
Llq;d()Laf;
intermediary comp_1235
Lnet/minecraft/class_2444;comp_1235()Lnet/minecraft/class_8779;
named advancement
Lnet/minecraft/data/server/recipe/RecipeJsonProvider;advancement()Lnet/minecraft/advancement/AdvancementEntry;
-