Uses of Class
net.minecraft.util.context.ContextParameterMap
Packages that use ContextParameterMap
Package
Description
-
Uses of ContextParameterMap in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type ContextParameterMapModifier and TypeMethodDescriptionprotected voidGhostRecipe.addInputs(Slot slot, ContextParameterMap context, SlotDisplay display) private voidGhostRecipe.addItems(Slot slot, ContextParameterMap context, SlotDisplay display, boolean resultSlot) protected voidGhostRecipe.addResults(Slot slot, ContextParameterMap context, SlotDisplay display) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe(RecipeDisplay display, ContextParameterMap context) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(RecipeDisplay display, ContextParameterMap context) voidRecipeAlternativesWidget.showAlternativesForResult(RecipeResultCollection resultCollection, ContextParameterMap context, boolean filteringCraftable, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) protected voidAbstractCraftingRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) protected voidAbstractFurnaceRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) protected abstract voidRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) voidAnimatedResultButton.showResultCollection(RecipeResultCollection resultCollection, boolean filteringCraftable, RecipeBookResults results, ContextParameterMap context) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type ContextParameterMapModifierConstructorDescriptionCraftingAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, ContextParameterMap context, boolean craftable) FurnaceAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, ContextParameterMap context, boolean craftable) -
Uses of ContextParameterMap in net.minecraft.loot.context
Fields in net.minecraft.loot.context declared as ContextParameterMapMethods in net.minecraft.loot.context that return ContextParameterMapConstructors in net.minecraft.loot.context with parameters of type ContextParameterMapModifierConstructorDescriptionLootWorldContext(ServerWorld world, ContextParameterMap parameters, Map<Identifier, LootWorldContext.DynamicDrop> dynamicDrops, float luck) -
Uses of ContextParameterMap in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type ContextParameterMap -
Uses of ContextParameterMap in net.minecraft.recipe.display
Methods in net.minecraft.recipe.display that return ContextParameterMapModifier and TypeMethodDescriptionstatic ContextParameterMapSlotDisplayContexts.createParameters(World world) Methods in net.minecraft.recipe.display with parameters of type ContextParameterMapModifier and TypeMethodDescription<T> Stream<T> SlotDisplay.AnyFuelSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.CompositeSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.EmptySlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.ItemSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.SmithingTrimSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.StackSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.TagSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) <T> Stream<T> SlotDisplay.WithRemainderSlotDisplay.appendStacks(ContextParameterMap parameters, DisplayedItemFactory<T> factory) default ItemStackSlotDisplay.getFirst(ContextParameterMap context) SlotDisplay.getStacks(ContextParameterMap parameters) -
Uses of ContextParameterMap in net.minecraft.util.context
Methods in net.minecraft.util.context that return ContextParameterMap