Uses of Class
net.minecraft.world.item.crafting.PlacementInfo
Packages that use PlacementInfo
-
Uses of PlacementInfo in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as PlacementInfoModifier and TypeFieldDescriptionstatic final PlacementInfo
PlacementInfo.NOT_PLACEABLE
private PlacementInfo
ShapedRecipe.placementInfo
private PlacementInfo
ShapelessRecipe.placementInfo
private PlacementInfo
SingleItemRecipe.placementInfo
private PlacementInfo
SmithingTransformRecipe.placementInfo
private PlacementInfo
SmithingTrimRecipe.placementInfo
private PlacementInfo
TransmuteRecipe.placementInfo
Methods in net.minecraft.world.item.crafting that return PlacementInfoModifier and TypeMethodDescriptionstatic PlacementInfo
PlacementInfo.create
(List<Ingredient> p_364524_) static PlacementInfo
PlacementInfo.create
(Ingredient p_363622_) static PlacementInfo
PlacementInfo.createFromOptionals
(List<Optional<Ingredient>> p_361135_) CustomRecipe.placementInfo()
Recipe.placementInfo()
ShapedRecipe.placementInfo()
ShapelessRecipe.placementInfo()
SingleItemRecipe.placementInfo()
SmithingTransformRecipe.placementInfo()
SmithingTrimRecipe.placementInfo()
TransmuteRecipe.placementInfo()
-
Uses of PlacementInfo in net.neoforged.neoforge.oldtest.recipebook
Fields in net.neoforged.neoforge.oldtest.recipebook declared as PlacementInfoModifier and TypeFieldDescriptionprivate @Nullable PlacementInfo
RecipeBookTestRecipe.placementInfo
Methods in net.neoforged.neoforge.oldtest.recipebook that return PlacementInfo