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-
- type-
- template-
- base-
- addition-
- result-
- advancement-
- advancementId-
- All Implemented Interfaces:
- RecipeJsonProvider
- Enclosing class:
- SmithingTransformRecipeJsonBuilder
public static record SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider(Identifier id, RecipeSerializer<?> type, Ingredient template, Ingredient base, Ingredient addition, Item result, Advancement.Builder advancement, Identifier advancementId)
extends Record
implements RecipeJsonProvider
- Mappings:
- Namespace - Name - official - lw$a- intermediary - net/minecraft/class_8074$class_8075- named - net/minecraft/data/server/recipe/SmithingTransformRecipeJsonBuilder$SmithingTransformRecipeJsonProvider- official - a- intermediary - comp_1222- named - id- official - b- intermediary - comp_1223- named - type- official - c- intermediary - comp_1224- named - template- official - d- intermediary - comp_1225- named - base- official - e- intermediary - comp_1226- named - addition- official - f- intermediary - comp_1227- named - result- official - g- intermediary - comp_1228- named - advancement- official - h- intermediary - comp_1229- named - advancementId
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final IngredientThe field for theadditionrecord component.private final Advancement.BuilderThe field for theadvancementrecord component.private final IdentifierThe field for theadvancementIdrecord component.private final IngredientThe field for thebaserecord component.private final IdentifierThe field for theidrecord component.private final ItemThe field for theresultrecord component.private final IngredientThe field for thetemplaterecord component.private final RecipeSerializer<?>The field for thetyperecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionSmithingTransformRecipeJsonProvider(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, Item item, Advancement.Builder builder, Identifier identifier2) 
- 
Method SummaryModifier and TypeMethodDescriptionaddition()Returns the value of theadditionrecord component.Returns the value of theadvancementrecord component.Returns the value of theadvancementIdrecord 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()Returns the value of theidrecord component.result()Returns the value of theresultrecord component.voidserialize(JsonObject json) template()Returns the value of thetemplaterecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.data.server.recipe.RecipeJsonProvidertoJson
- 
Field Details- 
idThe field for theidrecord component.
- 
typeThe field for thetyperecord component.
- 
templateThe field for thetemplaterecord component.
- 
baseThe field for thebaserecord component.
- 
additionThe field for theadditionrecord component.
- 
resultThe field for theresultrecord component.
- 
advancementThe field for theadvancementrecord component.
- 
advancementIdThe field for theadvancementIdrecord component.
 
- 
- 
Constructor Details- 
SmithingTransformRecipeJsonProviderpublic SmithingTransformRecipeJsonProvider(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, Item item, Advancement.Builder builder, Identifier identifier2) 
 
- 
- 
Method Details- 
serialize- Specified by:
- serializein interface- RecipeJsonProvider
- Mappings:
- Namespace - Name - Mixin selector - official - a- Llo;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
 
- 
getRecipeId- Specified by:
- getRecipeIdin interface- RecipeJsonProvider
- Mappings:
- Namespace - Name - Mixin selector - official - b- Llo;b()Lacq;- intermediary - method_10417- Lnet/minecraft/class_2444;method_10417()Lnet/minecraft/class_2960;- named - getRecipeId- Lnet/minecraft/data/server/recipe/RecipeJsonProvider;getRecipeId()Lnet/minecraft/util/Identifier;
 
- 
getSerializer- Specified by:
- getSerializerin interface- RecipeJsonProvider
- Mappings:
- Namespace - Name - Mixin selector - official - c- Llo;c()Lcje;- intermediary - method_17800- Lnet/minecraft/class_2444;method_17800()Lnet/minecraft/class_1865;- named - getSerializer- Lnet/minecraft/data/server/recipe/RecipeJsonProvider;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
 
- 
toAdvancementJson- Specified by:
- toAdvancementJsonin interface- RecipeJsonProvider
- Mappings:
- Namespace - Name - Mixin selector - official - d- Llo;d()Lcom/google/gson/JsonObject;- intermediary - method_10415- Lnet/minecraft/class_2444;method_10415()Lcom/google/gson/JsonObject;- named - toAdvancementJson- Lnet/minecraft/data/server/recipe/RecipeJsonProvider;toAdvancementJson()Lcom/google/gson/JsonObject;
 
- 
getAdvancementId- Specified by:
- getAdvancementIdin interface- RecipeJsonProvider
- Mappings:
- Namespace - Name - Mixin selector - official - e- Llo;e()Lacq;- intermediary - method_10418- Lnet/minecraft/class_2444;method_10418()Lnet/minecraft/class_2960;- named - getAdvancementId- Lnet/minecraft/data/server/recipe/RecipeJsonProvider;getAdvancementId()Lnet/minecraft/util/Identifier;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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).
- 
idReturns the value of theidrecord component.- Returns:
- the value of the idrecord component
 
- 
typeReturns the value of thetyperecord component.- Returns:
- the value of the typerecord component
 
- 
templateReturns the value of thetemplaterecord component.- Returns:
- the value of the templaterecord component
 
- 
baseReturns the value of thebaserecord component.- Returns:
- the value of the baserecord component
 
- 
additionReturns the value of theadditionrecord component.- Returns:
- the value of the additionrecord component
 
- 
resultReturns the value of theresultrecord component.- Returns:
- the value of the resultrecord component
 
- 
advancementReturns the value of theadvancementrecord component.- Returns:
- the value of the advancementrecord component
 
- 
advancementIdReturns the value of theadvancementIdrecord component.- Returns:
- the value of the advancementIdrecord component
 
 
-