Uses of Interface
net.minecraft.recipe.display.SlotDisplay.Context
Packages that use SlotDisplay.Context
Package
Description
-
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 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) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe(RecipeDisplay display, SlotDisplay.Context context) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(RecipeDisplay display, SlotDisplay.Context context) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, SlotDisplay.Context context, boolean filteringCraftable, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) protected voidAbstractCraftingRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, SlotDisplay.Context context) protected voidAbstractFurnaceRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, SlotDisplay.Context context) protected abstract voidRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, SlotDisplay.Context context) 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, NetworkRecipeId recipeId, RecipeDisplay display, SlotDisplay.Context context, boolean craftable) FurnaceAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, SlotDisplay.Context context, boolean craftable) -
Uses of SlotDisplay.Context in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type SlotDisplay.Context -
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)