Uses of Interface
net.minecraft.recipe.display.SlotDisplay
Packages that use SlotDisplay
Package
Description
-
Uses of SlotDisplay in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type SlotDisplayModifier and TypeMethodDescriptionprotected voidGhostRecipe.addInputs(Slot slot, SlotDisplay.Context context, SlotDisplay display) private voidGhostRecipe.addItems(Slot slot, SlotDisplay.Context context, SlotDisplay display, boolean resultSlot) protected voidGhostRecipe.addResults(Slot slot, SlotDisplay.Context context, SlotDisplay display) -
Uses of SlotDisplay in net.minecraft.recipe
Methods in net.minecraft.recipe that return SlotDisplayModifier and TypeMethodDescriptionStonecuttingRecipe.createResultDisplay()Ingredient.toDisplay() -
Uses of SlotDisplay in net.minecraft.recipe.display
Classes in net.minecraft.recipe.display with type parameters of type SlotDisplayModifier and TypeClassDescriptionstatic final recordSlotDisplay.Serializer<T extends SlotDisplay>Classes in net.minecraft.recipe.display that implement SlotDisplayModifier and TypeClassDescriptionstatic classstatic final recordstatic classstatic final recordstatic classstatic final recordstatic final recordFields in net.minecraft.recipe.display declared as SlotDisplayModifier and TypeFieldDescriptionprivate final SlotDisplayFurnaceRecipeDisplay.craftingStationThe field for thecraftingStationrecord component.private final SlotDisplayShapedCraftingRecipeDisplay.craftingStationThe field for thecraftingStationrecord component.private final SlotDisplayShapelessCraftingRecipeDisplay.craftingStationThe field for thecraftingStationrecord component.private final SlotDisplaySmithingRecipeDisplay.craftingStationThe field for thecraftingStationrecord component.private final SlotDisplayStonecutterRecipeDisplay.craftingStationThe field for thecraftingStationrecord component.private final SlotDisplayFurnaceRecipeDisplay.fuelThe field for thefuelrecord component.private final SlotDisplayFurnaceRecipeDisplay.ingredientThe field for theingredientrecord component.private final SlotDisplayCuttingRecipeDisplay.optionDisplayThe field for theoptionDisplayrecord component.private final SlotDisplayFurnaceRecipeDisplay.resultThe field for theresultrecord component.private final SlotDisplayShapedCraftingRecipeDisplay.resultThe field for theresultrecord component.private final SlotDisplayShapelessCraftingRecipeDisplay.resultThe field for theresultrecord component.private final SlotDisplaySmithingRecipeDisplay.resultThe field for theresultrecord component.private final SlotDisplayStonecutterRecipeDisplay.resultThe field for theresultrecord component.Fields in net.minecraft.recipe.display with type parameters of type SlotDisplayModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SlotDisplay> SlotDisplay.CODECprivate final List<SlotDisplay> SlotDisplay.CompositeSlotDisplay.contentsThe field for thecontentsrecord component.private final List<SlotDisplay> ShapedCraftingRecipeDisplay.ingredientsThe field for theingredientsrecord component.private final List<SlotDisplay> ShapelessCraftingRecipeDisplay.ingredientsThe field for theingredientsrecord component.static final PacketCodec<RegistryByteBuf, SlotDisplay> SlotDisplay.PACKET_CODECMethods in net.minecraft.recipe.display that return SlotDisplayModifier and TypeMethodDescriptionFurnaceRecipeDisplay.craftingStation()Returns the value of thecraftingStationrecord component.RecipeDisplay.craftingStation()ShapedCraftingRecipeDisplay.craftingStation()Returns the value of thecraftingStationrecord component.ShapelessCraftingRecipeDisplay.craftingStation()Returns the value of thecraftingStationrecord component.SmithingRecipeDisplay.craftingStation()Returns the value of thecraftingStationrecord component.StonecutterRecipeDisplay.craftingStation()Returns the value of thecraftingStationrecord component.FurnaceRecipeDisplay.fuel()Returns the value of thefuelrecord component.FurnaceRecipeDisplay.ingredient()Returns the value of theingredientrecord component.CuttingRecipeDisplay.optionDisplay()Returns the value of theoptionDisplayrecord component.FurnaceRecipeDisplay.result()Returns the value of theresultrecord component.RecipeDisplay.result()ShapedCraftingRecipeDisplay.result()Returns the value of theresultrecord component.ShapelessCraftingRecipeDisplay.result()Returns the value of theresultrecord component.SmithingRecipeDisplay.result()Returns the value of theresultrecord component.StonecutterRecipeDisplay.result()Returns the value of theresultrecord component.Methods in net.minecraft.recipe.display that return types with arguments of type SlotDisplayModifier and TypeMethodDescriptionSlotDisplay.CompositeSlotDisplay.contents()Returns the value of thecontentsrecord component.ShapedCraftingRecipeDisplay.ingredients()Returns the value of theingredientsrecord component.ShapelessCraftingRecipeDisplay.ingredients()Returns the value of theingredientsrecord component.SlotDisplay.Serializer<? extends SlotDisplay> SlotDisplay.serializer()Constructors in net.minecraft.recipe.display with parameters of type SlotDisplayModifierConstructorDescriptionCuttingRecipeDisplay(SlotDisplay slotDisplay, Optional<RecipeEntry<T>> optional) FurnaceRecipeDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2, SlotDisplay slotDisplay3, SlotDisplay slotDisplay4) ShapedCraftingRecipeDisplay(int int2, int int3, List<SlotDisplay> list, SlotDisplay slotDisplay, SlotDisplay slotDisplay2) ShapelessCraftingRecipeDisplay(List<SlotDisplay> list, SlotDisplay slotDisplay, SlotDisplay slotDisplay2) SmithingRecipeDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2) StonecutterRecipeDisplay(SlotDisplay slotDisplay, SlotDisplay slotDisplay2) Constructor parameters in net.minecraft.recipe.display with type arguments of type SlotDisplayModifierConstructorDescriptionCompositeSlotDisplay(List<SlotDisplay> list) ShapedCraftingRecipeDisplay(int int2, int int3, List<SlotDisplay> list, SlotDisplay slotDisplay, SlotDisplay slotDisplay2) ShapelessCraftingRecipeDisplay(List<SlotDisplay> list, SlotDisplay slotDisplay, SlotDisplay slotDisplay2)