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 void
GhostRecipe.addInputs
(Slot slot, ContextParameterMap context, SlotDisplay display) private void
GhostRecipe.addItems
(Slot slot, ContextParameterMap context, SlotDisplay display, boolean resultSlot) protected void
GhostRecipe.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) void
RecipeAlternativesWidget.showAlternativesForResult
(RecipeResultCollection resultCollection, ContextParameterMap context, boolean filteringCraftable, int buttonX, int buttonY, int areaCenterX, int areaCenterY, float delta) protected void
AbstractCraftingRecipeBookWidget.showGhostRecipe
(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) protected void
AbstractFurnaceRecipeBookWidget.showGhostRecipe
(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) protected abstract void
RecipeBookWidget.showGhostRecipe
(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) void
AnimatedResultButton.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 ContextParameterMap
SlotDisplayContexts.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 ItemStack
SlotDisplay.getFirst
(ContextParameterMap context) SlotDisplay.getStacks
(ContextParameterMap parameters) -
Uses of ContextParameterMap in net.minecraft.util.context
Methods in net.minecraft.util.context that return ContextParameterMap