Package net.minecraft.recipe.display
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/SmithingRecipeDisplayintermediary net/minecraft/class_10314official dgqnamed templateintermediary comp_3302official fnamed baseintermediary comp_3303official gnamed additionintermediary comp_3304official hnamed resultintermediary comp_3258official inamed craftingStationintermediary comp_3259official j
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.recipe.display.RecipeDisplay
RecipeDisplay.Serializer<T extends RecipeDisplay> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SlotDisplayThe field for theadditionrecord component.private final SlotDisplayThe field for thebaserecord component.static final com.mojang.serialization.MapCodec<SmithingRecipeDisplay> private final SlotDisplayThe field for thecraftingStationrecord component.static final PacketCodec<RegistryByteBuf, SmithingRecipeDisplay> private final SlotDisplayThe field for theresultrecord component.static final RecipeDisplay.Serializer<SmithingRecipeDisplay> private final SlotDisplayThe field for thetemplaterecord component.Fields inherited from interface net.minecraft.recipe.display.RecipeDisplay
STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionSmithingRecipeDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2, SlotDisplay slotDisplay3, SlotDisplay slotDisplay4, SlotDisplay slotDisplay5) -
Method Summary
Modifier and TypeMethodDescriptionaddition()Returns the value of theadditionrecord component.base()Returns the value of thebaserecord component.Returns the value of thecraftingStationrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.result()Returns the value of theresultrecord component.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.recipe.display.RecipeDisplay
isEnabled
-
Field Details
-
template
The field for thetemplaterecord component. -
base
The field for thebaserecord component. -
addition
The field for theadditionrecord component. -
result
The field for theresultrecord component. -
craftingStation
The field for thecraftingStationrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/recipe/display/SmithingRecipeDisplay;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_54699Lnet/minecraft/class_10314;field_54699:Lcom/mojang/serialization/MapCodec;official aLdgq;a:Lcom/mojang/serialization/MapCodec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/recipe/display/SmithingRecipeDisplay;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_54700Lnet/minecraft/class_10314;field_54700:Lnet/minecraft/class_9139;official bLdgq;b:Lze;
-
SERIALIZER
- Mappings:
Namespace Name Mixin selector named SERIALIZERLnet/minecraft/recipe/display/SmithingRecipeDisplay;SERIALIZER:Lnet/minecraft/recipe/display/RecipeDisplay$Serializer;intermediary field_54701Lnet/minecraft/class_10314;field_54701:Lnet/minecraft/class_10295$class_10296;official cLdgq;c:Ldgh$a;
-
-
Constructor Details
-
SmithingRecipeDisplay
public SmithingRecipeDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2, SlotDisplay slotDisplay3, SlotDisplay slotDisplay4, SlotDisplay slotDisplay5)
-
-
Method Details
-
serializer
- Specified by:
serializerin interfaceRecipeDisplay- Mappings:
Namespace Name Mixin selector named serializerLnet/minecraft/recipe/display/RecipeDisplay;serializer()Lnet/minecraft/recipe/display/RecipeDisplay$Serializer;intermediary method_64726Lnet/minecraft/class_10295;method_64726()Lnet/minecraft/class_10295$class_10296;official aLdgh;a()Ldgh$a;
-
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). -
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.- Specified by:
resultin interfaceRecipeDisplay- Returns:
- the value of the
resultrecord component
-
craftingStation
Returns the value of thecraftingStationrecord component.- Specified by:
craftingStationin interfaceRecipeDisplay- Returns:
- the value of the
craftingStationrecord component
-