Uses of Record Class
net.minecraft.recipe.display.SlotDisplay.Serializer
Packages that use SlotDisplay.Serializer
-
Uses of SlotDisplay.Serializer in net.minecraft.recipe.display
Fields in net.minecraft.recipe.display declared as SlotDisplay.SerializerModifier and TypeFieldDescriptionstatic final SlotDisplay.Serializer<SlotDisplay.AnyFuelSlotDisplay> SlotDisplay.AnyFuelSlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.CompositeSlotDisplay> SlotDisplay.CompositeSlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.EmptySlotDisplay> SlotDisplay.EmptySlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.ItemSlotDisplay> SlotDisplay.ItemSlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.SmithingTrimSlotDisplay> SlotDisplay.SmithingTrimSlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.StackSlotDisplay> SlotDisplay.StackSlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.TagSlotDisplay> SlotDisplay.TagSlotDisplay.SERIALIZERstatic final SlotDisplay.Serializer<SlotDisplay.WithRemainderSlotDisplay> SlotDisplay.WithRemainderSlotDisplay.SERIALIZERMethods in net.minecraft.recipe.display that return SlotDisplay.SerializerModifier and TypeMethodDescriptionstatic SlotDisplay.Serializer<?> SlotDisplays.registerAndGetDefault(Registry<SlotDisplay.Serializer<?>> registries) SlotDisplay.AnyFuelSlotDisplay.serializer()SlotDisplay.CompositeSlotDisplay.serializer()SlotDisplay.EmptySlotDisplay.serializer()SlotDisplay.ItemSlotDisplay.serializer()SlotDisplay.Serializer<? extends SlotDisplay> SlotDisplay.serializer()SlotDisplay.SmithingTrimSlotDisplay.serializer()SlotDisplay.StackSlotDisplay.serializer()SlotDisplay.TagSlotDisplay.serializer()SlotDisplay.WithRemainderSlotDisplay.serializer()Method parameters in net.minecraft.recipe.display with type arguments of type SlotDisplay.SerializerModifier and TypeMethodDescriptionstatic SlotDisplay.Serializer<?> SlotDisplays.registerAndGetDefault(Registry<SlotDisplay.Serializer<?>> registries) -
Uses of SlotDisplay.Serializer in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type SlotDisplay.SerializerModifier and TypeFieldDescriptionstatic final Registry<SlotDisplay.Serializer<?>> Registries.SLOT_DISPLAYstatic final RegistryKey<Registry<SlotDisplay.Serializer<?>>> RegistryKeys.SLOT_DISPLAY