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 @Nullable PlacementInfoNormalCraftingRecipe.placementInfoprivate @Nullable PlacementInfoSimpleSmithingRecipe.placementInfoprivate @Nullable PlacementInfoSingleItemRecipe.placementInfoMethods in net.minecraft.world.item.crafting that return PlacementInfoModifier and TypeMethodDescriptionstatic PlacementInfoPlacementInfo.create(List<Ingredient> ingredients) static PlacementInfoPlacementInfo.create(Ingredient ingredient) static PlacementInfoPlacementInfo.createFromOptionals(List<Optional<Ingredient>> ingredients) protected PlacementInfoDyeRecipe.createPlacementInfo()protected PlacementInfoImbueRecipe.createPlacementInfo()protected abstract PlacementInfoNormalCraftingRecipe.createPlacementInfo()protected PlacementInfoShapedRecipe.createPlacementInfo()protected PlacementInfoShapelessRecipe.createPlacementInfo()protected abstract PlacementInfoSimpleSmithingRecipe.createPlacementInfo()protected PlacementInfoSmithingTransformRecipe.createPlacementInfo()protected PlacementInfoSmithingTrimRecipe.createPlacementInfo()protected PlacementInfoTransmuteRecipe.createPlacementInfo()CustomRecipe.placementInfo()final PlacementInfoNormalCraftingRecipe.placementInfo()Recipe.placementInfo()SimpleSmithingRecipe.placementInfo()SingleItemRecipe.placementInfo()