Package net.minecraft.recipe.display
Record Class SlotDisplay.ItemSlotDisplay
java.lang.Object
java.lang.Record
net.minecraft.recipe.display.SlotDisplay.ItemSlotDisplay
- Record Components:
item-
- All Implemented Interfaces:
SlotDisplay
- Enclosing interface:
SlotDisplay
public static record SlotDisplay.ItemSlotDisplay(RegistryEntry<Item> item)
extends Record
implements SlotDisplay
- Mappings:
Namespace Name named net/minecraft/recipe/display/SlotDisplay$ItemSlotDisplayintermediary net/minecraft/class_10302$class_10306official dgn$dnamed itemintermediary comp_3273official f
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.recipe.display.SlotDisplay
SlotDisplay.AnyFuelSlotDisplay, SlotDisplay.CompositeSlotDisplay, SlotDisplay.EmptySlotDisplay, SlotDisplay.ItemSlotDisplay, SlotDisplay.NoopDisplayedItemFactory, SlotDisplay.Serializer<T extends SlotDisplay>, SlotDisplay.SmithingTrimSlotDisplay, SlotDisplay.StackSlotDisplay, SlotDisplay.TagSlotDisplay, SlotDisplay.WithRemainderSlotDisplay -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SlotDisplay.ItemSlotDisplay> private final RegistryEntry<Item> The field for theitemrecord component.static final PacketCodec<RegistryByteBuf, SlotDisplay.ItemSlotDisplay> static final SlotDisplay.Serializer<SlotDisplay.ItemSlotDisplay> -
Constructor Summary
ConstructorsConstructorDescriptionItemSlotDisplay(Item item) ItemSlotDisplay(RegistryEntry<Item> registryEntry) -
Method Summary
Modifier and TypeMethodDescription<T> Stream<T> appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanisEnabled(FeatureSet features) item()Returns the value of theitemrecord 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.SlotDisplay
getFirst, getStacks
-
Field Details
-
item
The field for theitemrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/recipe/display/SlotDisplay$ItemSlotDisplay;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_54685Lnet/minecraft/class_10302$class_10306;field_54685:Lcom/mojang/serialization/MapCodec;official cLdgn$d;c:Lcom/mojang/serialization/MapCodec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/recipe/display/SlotDisplay$ItemSlotDisplay;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_54686Lnet/minecraft/class_10302$class_10306;field_54686:Lnet/minecraft/class_9139;official dLdgn$d;d:Lze;
-
SERIALIZER
- Mappings:
Namespace Name Mixin selector named SERIALIZERLnet/minecraft/recipe/display/SlotDisplay$ItemSlotDisplay;SERIALIZER:Lnet/minecraft/recipe/display/SlotDisplay$Serializer;intermediary field_54687Lnet/minecraft/class_10302$class_10306;field_54687:Lnet/minecraft/class_10302$class_10312;official eLdgn$d;e:Ldgn$i;
-
-
Constructor Details
-
ItemSlotDisplay
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/display/SlotDisplay$ItemSlotDisplay;<init>(Lnet/minecraft/item/Item;)Vintermediary <init>Lnet/minecraft/class_10302$class_10306;<init>(Lnet/minecraft/class_1792;)Vofficial <init>Ldgn$d;<init>(Ldag;)V
-
ItemSlotDisplay
-
-
Method Details
-
serializer
- Specified by:
serializerin interfaceSlotDisplay- Mappings:
Namespace Name Mixin selector named serializerLnet/minecraft/recipe/display/SlotDisplay;serializer()Lnet/minecraft/recipe/display/SlotDisplay$Serializer;intermediary method_64736Lnet/minecraft/class_10302;method_64736()Lnet/minecraft/class_10302$class_10312;official aLdgn;a()Ldgn$i;
-
appendStacks
- Specified by:
appendStacksin interfaceSlotDisplay- Mappings:
Namespace Name Mixin selector named appendStacksLnet/minecraft/recipe/display/SlotDisplay;appendStacks(Lnet/minecraft/util/context/ContextParameterMap;Lnet/minecraft/recipe/display/DisplayedItemFactory;)Ljava/util/stream/Stream;intermediary method_64739Lnet/minecraft/class_10302;method_64739(Lnet/minecraft/class_10352;Lnet/minecraft/class_10358;)Ljava/util/stream/Stream;official aLdgn;a(Lbbm;Ldgf;)Ljava/util/stream/Stream;
-
isEnabled
- Specified by:
isEnabledin interfaceSlotDisplay- Mappings:
Namespace Name Mixin selector named isEnabledLnet/minecraft/recipe/display/SlotDisplay;isEnabled(Lnet/minecraft/resource/featuretoggle/FeatureSet;)Zintermediary method_64737Lnet/minecraft/class_10302;method_64737(Lnet/minecraft/class_7699;)Zofficial aLdgn;a(Lcvs;)Z
-
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). -
item
Returns the value of theitemrecord component.- Returns:
- the value of the
itemrecord component
-