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 PlacementInfoPlacementInfo.NOT_PLACEABLEprivate PlacementInfoShapedRecipe.placementInfoprivate PlacementInfoShapelessRecipe.placementInfoprivate PlacementInfoSingleItemRecipe.placementInfoprivate PlacementInfoSmithingTransformRecipe.placementInfoprivate PlacementInfoSmithingTrimRecipe.placementInfoprivate PlacementInfoTransmuteRecipe.placementInfoMethods in net.minecraft.world.item.crafting that return PlacementInfoModifier and TypeMethodDescriptionstatic PlacementInfoPlacementInfo.create(List<Ingredient> pIngredients) static PlacementInfoPlacementInfo.create(Ingredient pIngredient) static PlacementInfoPlacementInfo.createFromOptionals(List<Optional<Ingredient>> pOptionals) CustomRecipe.placementInfo()Recipe.placementInfo()ShapedRecipe.placementInfo()ShapelessRecipe.placementInfo()SingleItemRecipe.placementInfo()SmithingTransformRecipe.placementInfo()SmithingTrimRecipe.placementInfo()TransmuteRecipe.placementInfo()