Uses of Interface
net.minecraft.recipe.display.SlotDisplay.Context
Packages that use SlotDisplay.Context
Package
Description
The base package for all Minecraft classes.
-
Uses of SlotDisplay.Context in net.minecraft
Methods in net.minecraft with parameters of type SlotDisplay.Context -
Uses of SlotDisplay.Context in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type SlotDisplay.ContextModifier and TypeMethodDescriptionprivate static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe(RecipeDisplay recipeDisplay, SlotDisplay.Context context) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(RecipeDisplay recipeDisplay, SlotDisplay.Context context) protected voidAbstractCraftingRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, RecipeDisplay recipeDisplay, SlotDisplay.Context context) protected voidAbstractFurnaceRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, RecipeDisplay recipeDisplay, SlotDisplay.Context context) protected abstract voidRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, RecipeDisplay recipeDisplay, SlotDisplay.Context context) protected voidGhostRecipe.method_64872(Slot slot, SlotDisplay.Context context, SlotDisplay slotDisplay) private voidGhostRecipe.method_64873(Slot slot, SlotDisplay.Context context, SlotDisplay slotDisplay, boolean bool) protected voidGhostRecipe.method_64874(Slot slot, SlotDisplay.Context context, SlotDisplay slotDisplay) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, SlotDisplay.Context context, boolean bool, int int2, int int3, int int4, int int5, float float2) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean filteringCraftable, RecipeBookResults results, SlotDisplay.Context context) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type SlotDisplay.ContextModifierConstructorDescriptionCraftingAlternativeButtonWidget(int x, int y, class_10298 class_10298, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) FurnaceAlternativeButtonWidget(int x, int y, class_10298 class_10298, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) -
Uses of SlotDisplay.Context in net.minecraft.recipe.display
Methods in net.minecraft.recipe.display that return SlotDisplay.ContextMethods in net.minecraft.recipe.display with parameters of type SlotDisplay.ContextModifier and TypeMethodDescriptionvoidSlotDisplay.AnyFuelSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) default voidSlotDisplay.appendStacks(SlotDisplay.Context context, Consumer<ItemStack> consumer) voidSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) voidSlotDisplay.CompositeSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) voidSlotDisplay.EmptySlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) voidSlotDisplay.ItemSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) voidSlotDisplay.SmithingTrimSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) voidSlotDisplay.StackSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) voidSlotDisplay.TagSlotDisplay.appendStacks(SlotDisplay.Context context, SlotDisplay.StackConsumer consumer) default ItemStackSlotDisplay.getFirst(SlotDisplay.Context context) SlotDisplay.getStacks(SlotDisplay.Context context)