Package net.minecraft.recipe.display
Class SlotDisplay.EmptySlotDisplay
java.lang.Object
net.minecraft.recipe.display.SlotDisplay.EmptySlotDisplay
- All Implemented Interfaces:
- SlotDisplay
- Enclosing interface:
- SlotDisplay
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/display/SlotDisplay$EmptySlotDisplay- intermediary - net/minecraft/class_10302$class_10305- official - dcq$c
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.recipe.display.SlotDisplaySlotDisplay.AnyFuelSlotDisplay, SlotDisplay.CompositeSlotDisplay, SlotDisplay.EmptySlotDisplay, SlotDisplay.ItemSlotDisplay, SlotDisplay.NoopDisplayedItemFactory, SlotDisplay.Serializer<T extends SlotDisplay>, SlotDisplay.SmithingTrimSlotDisplay, SlotDisplay.StackSlotDisplay, SlotDisplay.TagSlotDisplay, SlotDisplay.WithRemainderSlotDisplay
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<SlotDisplay.EmptySlotDisplay> static final SlotDisplay.EmptySlotDisplaystatic final PacketCodec<RegistryByteBuf, SlotDisplay.EmptySlotDisplay> static final SlotDisplay.Serializer<SlotDisplay.EmptySlotDisplay> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> Stream<T> appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.recipe.display.SlotDisplaygetFirst, getStacks, isEnabled
- 
Field Details- 
INSTANCE- Mappings:
- Namespace - Name - Mixin selector - named - INSTANCE- Lnet/minecraft/recipe/display/SlotDisplay$EmptySlotDisplay;INSTANCE:Lnet/minecraft/recipe/display/SlotDisplay$EmptySlotDisplay;- intermediary - field_54681- Lnet/minecraft/class_10302$class_10305;field_54681:Lnet/minecraft/class_10302$class_10305;- official - c- Ldcq$c;c:Ldcq$c;
 
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/recipe/display/SlotDisplay$EmptySlotDisplay;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_54682- Lnet/minecraft/class_10302$class_10305;field_54682:Lcom/mojang/serialization/MapCodec;- official - d- Ldcq$c;d:Lcom/mojang/serialization/MapCodec;
 
- 
PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - PACKET_CODEC- Lnet/minecraft/recipe/display/SlotDisplay$EmptySlotDisplay;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_54683- Lnet/minecraft/class_10302$class_10305;field_54683:Lnet/minecraft/class_9139;- official - e- Ldcq$c;e:Lyn;
 
- 
SERIALIZER- Mappings:
- Namespace - Name - Mixin selector - named - SERIALIZER- Lnet/minecraft/recipe/display/SlotDisplay$EmptySlotDisplay;SERIALIZER:Lnet/minecraft/recipe/display/SlotDisplay$Serializer;- intermediary - field_54684- Lnet/minecraft/class_10302$class_10305;field_54684:Lnet/minecraft/class_10302$class_10312;- official - f- Ldcq$c;f:Ldcq$i;
 
 
- 
- 
Constructor Details- 
EmptySlotDisplayprivate EmptySlotDisplay()
 
- 
- 
Method Details- 
serializer- Specified by:
- serializerin interface- SlotDisplay
- Mappings:
- Namespace - Name - Mixin selector - named - serializer- Lnet/minecraft/recipe/display/SlotDisplay;serializer()Lnet/minecraft/recipe/display/SlotDisplay$Serializer;- intermediary - method_64736- Lnet/minecraft/class_10302;method_64736()Lnet/minecraft/class_10302$class_10312;- official - a- Ldcq;a()Ldcq$i;
 
- 
toString
- 
appendStacks- Specified by:
- appendStacksin interface- SlotDisplay
- Mappings:
- Namespace - Name - Mixin selector - named - appendStacks- Lnet/minecraft/recipe/display/SlotDisplay;appendStacks(Lnet/minecraft/util/context/ContextParameterMap;Lnet/minecraft/recipe/display/DisplayedItemFactory;)Ljava/util/stream/Stream;- intermediary - method_64739- Lnet/minecraft/class_10302;method_64739(Lnet/minecraft/class_10352;Lnet/minecraft/class_10358;)Ljava/util/stream/Stream;- official - a- Ldcq;a(Lbak;Ldci;)Ljava/util/stream/Stream;
 
 
-