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 ddr
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

    • template

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

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

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

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

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

      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 Lddr;a:Lcom/mojang/serialization/MapCodec;
    • PACKET_CODEC

      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 Lddr;b:Lzt;
    • SERIALIZER

      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 Lddr;c:Lddi$a;
  • Constructor Details

  • Method Details

    • serializer

      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 Lddi;a()Lddi$a;
    • 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 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

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

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

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

      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

      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