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> pMenu, int pGridWidth, int pGridHeight, List<Slot> pInputGridSlots, List<Slot> pSlotsToClear, Inventory pInventory, RecipeHolder<R> pRecipe, boolean pUseMaxItems, boolean pIsCreative) Constructors in net.minecraft.recipebook with parameters of type ServerPlaceRecipe.CraftingMenuAccessModifierConstructorDescriptionprivateServerPlaceRecipe(ServerPlaceRecipe.CraftingMenuAccess<R> pMenu, Inventory pInventory, boolean pUseMaxItems, int pGridWidth, int pGridHeight, List<Slot> pInputGridSlots, List<Slot> pSlotsToClear)