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/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
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.recipe.display.RecipeDisplay
RecipeDisplay.Serializer<T extends RecipeDisplay>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final SlotDisplay
The field for theaddition
record component.private final SlotDisplay
The field for thebase
record component.static final com.mojang.serialization.MapCodec
<SmithingRecipeDisplay> private final SlotDisplay
The field for thecraftingStation
record component.static final PacketCodec
<RegistryByteBuf, SmithingRecipeDisplay> private final SlotDisplay
The field for theresult
record component.static final RecipeDisplay.Serializer
<SmithingRecipeDisplay> private final SlotDisplay
The field for thetemplate
record component.Fields inherited from interface net.minecraft.recipe.display.RecipeDisplay
STREAM_CODEC
-
Constructor Summary
ConstructorDescriptionSmithingRecipeDisplay
(SlotDisplay slotDisplay, SlotDisplay slotDisplay2, SlotDisplay slotDisplay3, SlotDisplay slotDisplay4, SlotDisplay slotDisplay5) -
Method Summary
Modifier and TypeMethodDescriptionaddition()
Returns the value of theaddition
record component.base()
Returns the value of thebase
record component.Returns the value of thecraftingStation
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.result()
Returns the value of theresult
record component.template()
Returns the value of thetemplate
record component.final String
toString()
Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.display.RecipeDisplay
isEnabled
-
Field Details
-
template
The field for thetemplate
record component. -
base
The field for thebase
record component. -
addition
The field for theaddition
record component. -
result
The field for theresult
record component. -
craftingStation
The field for thecraftingStation
record component. -
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
- 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
- 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
-
SmithingRecipeDisplay
public SmithingRecipeDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2, SlotDisplay slotDisplay3, SlotDisplay slotDisplay4, SlotDisplay slotDisplay5)
-
-
Method Details
-
serializer
- Specified by:
serializer
in interfaceRecipeDisplay
- 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
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 thetemplate
record component.- Returns:
- the value of the
template
record component
-
base
Returns the value of thebase
record component.- Returns:
- the value of the
base
record component
-
addition
Returns the value of theaddition
record component.- Returns:
- the value of the
addition
record component
-
result
Returns the value of theresult
record component.- Specified by:
result
in interfaceRecipeDisplay
- Returns:
- the value of the
result
record component
-
craftingStation
Returns the value of thecraftingStation
record component.- Specified by:
craftingStation
in interfaceRecipeDisplay
- Returns:
- the value of the
craftingStation
record component
-