Record Class CookingRecipeJsonBuilder.CookingRecipeJsonProvider

java.lang.Object
java.lang.Record
net.minecraft.data.server.recipe.CookingRecipeJsonBuilder.CookingRecipeJsonProvider
Record Components:
id -
group -
category -
input -
result -
experience -
cookingTime -
advancement -
serializer -
All Implemented Interfaces:
RecipeJsonProvider
Enclosing class:
CookingRecipeJsonBuilder

private static record CookingRecipeJsonBuilder.CookingRecipeJsonProvider(Identifier id, String group, CookingRecipeCategory category, Ingredient input, Item result, float experience, int cookingTime, AdvancementEntry advancement, RecipeSerializer<? extends AbstractCookingRecipe> serializer) extends Record implements RecipeJsonProvider
Mappings:
Namespace Name
official lx$a
intermediary net/minecraft/class_2454$class_2455
named net/minecraft/data/server/recipe/CookingRecipeJsonBuilder$CookingRecipeJsonProvider
official a
intermediary comp_1230
named id
official b
intermediary comp_1940
named group
official c
intermediary comp_1941
named category
official d
intermediary comp_1942
named input
official e
intermediary comp_1943
named result
official f
intermediary comp_1944
named experience
official g
intermediary comp_1945
named cookingTime
official h
intermediary comp_1235
named advancement
official i
intermediary comp_1231
named serializer
  • Field Details

  • Constructor Details

  • Method Details

    • serialize

      public void serialize(JsonObject json)
      Specified by:
      serialize in interface RecipeJsonProvider
      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

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • id

      public Identifier id()
      Specified by:
      id in interface RecipeJsonProvider
      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;
    • group

      public String group()
      Returns the value of the group record component.
      Returns:
      the value of the group record component
    • category

      public CookingRecipeCategory category()
      Returns the value of the category record component.
      Returns:
      the value of the category record component
    • input

      public Ingredient input()
      Returns the value of the input record component.
      Returns:
      the value of the input record component
    • result

      public Item result()
      Returns the value of the result record component.
      Returns:
      the value of the result record component
    • experience

      public float experience()
      Returns the value of the experience record component.
      Returns:
      the value of the experience record component
    • cookingTime

      public int cookingTime()
      Returns the value of the cookingTime record component.
      Returns:
      the value of the cookingTime record component
    • advancement

      public AdvancementEntry advancement()
      Specified by:
      advancement in interface RecipeJsonProvider
      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;
    • serializer

      public RecipeSerializer<? extends AbstractCookingRecipe> serializer()
      Specified by:
      serializer in interface RecipeJsonProvider
      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;