Uses of Interface
net.minecraft.recipebook.ServerPlaceRecipe.CraftingMenuAccess
Packages that use ServerPlaceRecipe.CraftingMenuAccess
-
Uses of ServerPlaceRecipe.CraftingMenuAccess in net.minecraft.recipebook
Fields in net.minecraft.recipebook declared as ServerPlaceRecipe.CraftingMenuAccessModifier and TypeFieldDescriptionprivate final ServerPlaceRecipe.CraftingMenuAccess<R> ServerPlaceRecipe.menuMethods in net.minecraft.recipebook with parameters of type ServerPlaceRecipe.CraftingMenuAccessModifier and TypeMethodDescriptionstatic <I extends RecipeInput, R extends Recipe<I>>
RecipeBookMenu.PostPlaceActionServerPlaceRecipe.placeRecipe(ServerPlaceRecipe.CraftingMenuAccess<R> menu, int gridWidth, int gridHeight, List<Slot> inputGridSlots, List<Slot> slotsToClear, Inventory inventory, RecipeHolder<R> recipe, boolean useMaxItems, boolean allowDroppingItemsToClear) Constructors in net.minecraft.recipebook with parameters of type ServerPlaceRecipe.CraftingMenuAccessModifierConstructorDescriptionprivateServerPlaceRecipe(ServerPlaceRecipe.CraftingMenuAccess<R> menu, Inventory inventory, boolean useMaxItems, int gridWidth, int gridHeight, List<Slot> inputGridSlots, List<Slot> slotsToClear)