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> p_361341_, int p_361512_, int p_362929_, List<Slot> p_364825_, List<Slot> p_364661_, Inventory p_364618_, RecipeHolder<R> p_363024_, boolean p_360549_, boolean p_361381_) private RecipeBookMenu.PostPlaceAction
ServerPlaceRecipe.tryPlaceRecipe
(RecipeHolder<R> p_362187_, StackedItemContents p_361415_) -
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.PostPlaceAction
RecipeBookMenu.handlePlacement
(boolean p_40119_, boolean p_362739_, RecipeHolder<?> p_300860_, ServerLevel p_379372_, Inventory p_363345_) 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.