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> menu, int gridWidth, int gridHeight, List<Slot> inputGridSlots, List<Slot> slotsToClear, Inventory inventory, RecipeHolder<R> recipe, boolean useMaxItems, boolean isCreative) private RecipeBookMenu.PostPlaceActionServerPlaceRecipe.tryPlaceRecipe(RecipeHolder<R> recipe, StackedItemContents stackedItemContents) -
Uses of RecipeBookMenu.PostPlaceAction in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory that return RecipeBookMenu.PostPlaceActionModifier and TypeMethodDescriptionAbstractCraftingMenu.handlePlacement(boolean p_361638_, boolean p_361841_, RecipeHolder<?> p_364981_, ServerLevel p_379885_, Inventory p_361078_) AbstractFurnaceMenu.handlePlacement(boolean p_361547_, boolean p_363944_, RecipeHolder<?> p_360938_, ServerLevel p_379475_, Inventory p_361954_) abstract RecipeBookMenu.PostPlaceActionRecipeBookMenu.handlePlacement(boolean useMaxItems, boolean isCreative, RecipeHolder<?> recipe, ServerLevel level, Inventory playerInventory) 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.