Uses of Interface
net.minecraft.world.item.crafting.RecipeAccess
Packages that use RecipeAccess
Package
Description
-
Uses of RecipeAccess in net.minecraft.client.multiplayer
Classes in net.minecraft.client.multiplayer that implement RecipeAccessMethods in net.minecraft.client.multiplayer that return RecipeAccess -
Uses of RecipeAccess in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as RecipeAccessModifier and TypeFieldDescriptionprivate final RecipeAccessBrewingStandMenu.PotionSlot.recipeAccessMethods in net.minecraft.world.inventory with parameters of type RecipeAccessModifier and TypeMethodDescriptionprivate static ItemCombinerMenuSlotDefinitionSmithingMenu.createInputSlotDefinitions(RecipeAccess recipes) Constructors in net.minecraft.world.inventory with parameters of type RecipeAccessModifierConstructorDescriptionPotionSlot(RecipeAccess recipeAccess, Container container, int slot, int x, int y) -
Uses of RecipeAccess in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement RecipeAccessMethods in net.minecraft.world.item.crafting with parameters of type RecipeAccessModifier and TypeMethodDescriptionstatic booleanPotionIngredient.isPotionInput(ItemStack itemStack, RecipeAccess recipeAccess) -
Uses of RecipeAccess in net.minecraft.world.level
Methods in net.minecraft.world.level that return RecipeAccess