Uses of Enum Class
net.minecraft.world.inventory.RecipeBookMenu.PostPlaceAction
Packages that use RecipeBookMenu.PostPlaceAction
-
Uses of RecipeBookMenu.PostPlaceAction in net.minecraft.recipebook
Methods in net.minecraft.recipebook that return RecipeBookMenu.PostPlaceActionModifier 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) private RecipeBookMenu.PostPlaceAction
ServerPlaceRecipe.tryPlaceRecipe
(RecipeHolder<R> pRecipe, StackedItemContents pStackedItemContents) -
Uses of RecipeBookMenu.PostPlaceAction in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return RecipeBookMenu.PostPlaceActionModifier and TypeMethodDescriptionAbstractCraftingMenu.handlePlacement
(boolean pUseMaxItems, boolean pIsCreative, RecipeHolder<?> pRecipe, ServerLevel pLevel, Inventory pPlayerInventory) AbstractFurnaceMenu.handlePlacement
(boolean pUseMaxItems, boolean pIsCreative, RecipeHolder<?> pRecipe, ServerLevel pLevel, Inventory pPlayerInventory) abstract RecipeBookMenu.PostPlaceAction
RecipeBookMenu.handlePlacement
(boolean pUseMaxItems, boolean pIsCreative, RecipeHolder<?> pRecipe, ServerLevel pLevel, Inventory pPlayerInventory) Returns the enum constant of this class with the specified name.static RecipeBookMenu.PostPlaceAction[]
RecipeBookMenu.PostPlaceAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.