Record Class SmithingRecipeDisplay

java.lang.Object
java.lang.Record
net.minecraft.recipe.display.SmithingRecipeDisplay
Record Components:
template -
base -
addition -
result -
craftingStation -
All Implemented Interfaces:
RecipeDisplay

public record SmithingRecipeDisplay(SlotDisplay template, SlotDisplay base, SlotDisplay addition, SlotDisplay result, SlotDisplay craftingStation) extends Record implements RecipeDisplay
Mappings:
Namespace Name
named net/minecraft/recipe/display/SmithingRecipeDisplay
intermediary net/minecraft/class_10314
official dct
named template
intermediary comp_3302
official f
named base
intermediary comp_3303
official g
named addition
intermediary comp_3304
official h
named result
intermediary comp_3258
official i
named craftingStation
intermediary comp_3259
official j
  • Field Details Link icon

    • template Link icon

      private final SlotDisplay template
      The field for the template record component.
    • base Link icon

      private final SlotDisplay base
      The field for the base record component.
    • addition Link icon

      private final SlotDisplay addition
      The field for the addition record component.
    • result Link icon

      private final SlotDisplay result
      The field for the result record component.
    • craftingStation Link icon

      private final SlotDisplay craftingStation
      The field for the craftingStation record component.
    • CODEC Link icon

      public static final com.mojang.serialization.MapCodec<SmithingRecipeDisplay> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/recipe/display/SmithingRecipeDisplay;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_54699 Lnet/minecraft/class_10314;field_54699:Lcom/mojang/serialization/MapCodec;
      official a Ldct;a:Lcom/mojang/serialization/MapCodec;
    • PACKET_CODEC Link icon

      public static final PacketCodec<RegistryByteBuf,SmithingRecipeDisplay> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/recipe/display/SmithingRecipeDisplay;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_54700 Lnet/minecraft/class_10314;field_54700:Lnet/minecraft/class_9139;
      official b Ldct;b:Lyn;
    • SERIALIZER Link icon

      public static final RecipeDisplay.Serializer<SmithingRecipeDisplay> SERIALIZER
      Mappings:
      Namespace Name Mixin selector
      named SERIALIZER Lnet/minecraft/recipe/display/SmithingRecipeDisplay;SERIALIZER:Lnet/minecraft/recipe/display/RecipeDisplay$Serializer;
      intermediary field_54701 Lnet/minecraft/class_10314;field_54701:Lnet/minecraft/class_10295$class_10296;
      official c Ldct;c:Ldck$a;
  • Constructor Details Link icon

  • Method Details Link icon

    • serializer Link icon

      Specified by:
      serializer in interface RecipeDisplay
      Mappings:
      Namespace Name Mixin selector
      named serializer Lnet/minecraft/recipe/display/RecipeDisplay;serializer()Lnet/minecraft/recipe/display/RecipeDisplay$Serializer;
      intermediary method_64726 Lnet/minecraft/class_10295;method_64726()Lnet/minecraft/class_10295$class_10296;
      official a Ldck;a()Ldck$a;
    • toString Link icon

      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 Link icon

      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 Link icon

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • template Link icon

      public SlotDisplay template()
      Returns the value of the template record component.
      Returns:
      the value of the template record component
    • base Link icon

      public SlotDisplay base()
      Returns the value of the base record component.
      Returns:
      the value of the base record component
    • addition Link icon

      public SlotDisplay addition()
      Returns the value of the addition record component.
      Returns:
      the value of the addition record component
    • result Link icon

      public SlotDisplay result()
      Returns the value of the result record component.
      Specified by:
      result in interface RecipeDisplay
      Returns:
      the value of the result record component
    • craftingStation Link icon

      public SlotDisplay craftingStation()
      Returns the value of the craftingStation record component.
      Specified by:
      craftingStation in interface RecipeDisplay
      Returns:
      the value of the craftingStation record component