Package net.minecraft.data.server.recipe
Record Class SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider
java.lang.Object
java.lang.Record
net.minecraft.data.server.recipe.SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider
- Record Components:
id-serializer-template-base-addition-result-advancement-
- All Implemented Interfaces:
RecipeJsonProvider
- Enclosing class:
SmithingTransformRecipeJsonBuilder
public static record SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider(Identifier id, RecipeSerializer<?> serializer, Ingredient template, Ingredient base, Ingredient addition, Item result, AdvancementEntry advancement)
extends Record
implements RecipeJsonProvider
- Mappings:
Namespace Name official lz$aintermediary net/minecraft/class_8074$class_8075named net/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder$SmithingTransformRecipeJsonProviderofficial aintermediary comp_1230named idofficial bintermediary comp_1231named serializerofficial cintermediary comp_1224named templateofficial dintermediary comp_1225named baseofficial eintermediary comp_1226named additionofficial fintermediary comp_1227named resultofficial gintermediary comp_1235named advancement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IngredientThe field for theadditionrecord component.private final AdvancementEntryThe field for theadvancementrecord component.private final IngredientThe field for thebaserecord component.private final IdentifierThe field for theidrecord component.private final ItemThe field for theresultrecord component.private final RecipeSerializer<?>The field for theserializerrecord component.private final IngredientThe field for thetemplaterecord component. -
Constructor Summary
ConstructorsConstructorDescriptionSmithingTransformRecipeJsonProvider(Identifier id, RecipeSerializer<?> type, Ingredient template, Ingredient base, Ingredient addition, Item result, AdvancementEntry advancement) -
Method Summary
Modifier and TypeMethodDescriptionaddition()Returns the value of theadditionrecord component.base()Returns the value of thebaserecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()result()Returns the value of theresultrecord component.voidserialize(com.google.gson.JsonObject json) template()Returns the value of thetemplaterecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.data.server.recipe.RecipeJsonProvider
toJson
-
Field Details
-
id
The field for theidrecord component. -
serializer
The field for theserializerrecord component. -
template
The field for thetemplaterecord component. -
base
The field for thebaserecord component. -
addition
The field for theadditionrecord component. -
result
The field for theresultrecord component. -
advancement
The field for theadvancementrecord component.
-
-
Constructor Details
-
SmithingTransformRecipeJsonProvider
public SmithingTransformRecipeJsonProvider(Identifier id, RecipeSerializer<?> type, Ingredient template, Ingredient base, Ingredient addition, Item result, AdvancementEntry advancement) - Mappings:
Namespace Name Mixin selector official <init>Llz$a;<init>(Laez;Lcms;Lcmm;Lcmm;Lcmm;Lcjg;Laf;)Vintermediary <init>Lnet/minecraft/class_8074$class_8075;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_1865;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1856;Lnet/minecraft/class_1792;Lnet/minecraft/class_8779;)Vnamed <init>Lnet/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder$SmithingTransformRecipeJsonProvider;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/recipe/RecipeSerializer;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/Item;Lnet/minecraft/advancement/AdvancementEntry;)V
-
-
Method Details
-
serialize
public void serialize(com.google.gson.JsonObject json) - Specified by:
serializein interfaceRecipeJsonProvider- Mappings:
Namespace Name Mixin selector official aLlq;a(Lcom/google/gson/JsonObject;)Vintermediary method_10416Lnet/minecraft/class_2444;method_10416(Lcom/google/gson/JsonObject;)Vnamed serializeLnet/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:
idin interfaceRecipeJsonProvider- Mappings:
Namespace Name Mixin selector official bLlq;b()Laez;intermediary comp_1230Lnet/minecraft/class_2444;comp_1230()Lnet/minecraft/class_2960;named idLnet/minecraft/data/server/recipe/RecipeJsonProvider;id()Lnet/minecraft/util/Identifier;
-
serializer
- Specified by:
serializerin interfaceRecipeJsonProvider- Mappings:
Namespace Name Mixin selector official cLlq;c()Lcms;intermediary comp_1231Lnet/minecraft/class_2444;comp_1231()Lnet/minecraft/class_1865;named serializerLnet/minecraft/data/server/recipe/RecipeJsonProvider;serializer()Lnet/minecraft/recipe/RecipeSerializer;
-
template
Returns the value of thetemplaterecord component.- Returns:
- the value of the
templaterecord component
-
base
Returns the value of thebaserecord component.- Returns:
- the value of the
baserecord component
-
addition
Returns the value of theadditionrecord component.- Returns:
- the value of the
additionrecord component
-
result
Returns the value of theresultrecord component.- Returns:
- the value of the
resultrecord component
-
advancement
- Specified by:
advancementin interfaceRecipeJsonProvider- Mappings:
Namespace Name Mixin selector official dLlq;d()Laf;intermediary comp_1235Lnet/minecraft/class_2444;comp_1235()Lnet/minecraft/class_8779;named advancementLnet/minecraft/data/server/recipe/RecipeJsonProvider;advancement()Lnet/minecraft/advancement/AdvancementEntry;
-