Package | Description |
---|---|
net.minecraft.inventory | |
net.minecraft.item.crafting | |
net.minecraftforge.oredict |
Modifier and Type | Field and Description |
---|---|
InventoryCrafting |
ContainerPlayer.craftMatrix
The crafting matrix inventory.
|
InventoryCrafting |
ContainerWorkbench.craftMatrix
The crafting matrix inventory (3x3).
|
Modifier and Type | Method and Description |
---|---|
ItemStack |
CraftingManager.findMatchingRecipe(InventoryCrafting par1InventoryCrafting,
World par2World) |
ItemStack |
RecipesMapCloning.getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
RecipeFireworks.getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
ShapelessRecipes.getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
ShapedRecipes.getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
RecipesArmorDyes.getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
RecipesMapExtending.getCraftingResult(InventoryCrafting par1InventoryCrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
IRecipe.getCraftingResult(InventoryCrafting inventorycrafting)
Returns an Item that is the result of this recipe
|
boolean |
RecipesMapCloning.matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
boolean |
RecipeFireworks.matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
boolean |
ShapelessRecipes.matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
boolean |
ShapedRecipes.matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
boolean |
RecipesArmorDyes.matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
boolean |
RecipesMapExtending.matches(InventoryCrafting par1InventoryCrafting,
World par2World)
Used to check if a recipe matches current crafting inventory
|
boolean |
IRecipe.matches(InventoryCrafting inventorycrafting,
World world)
Used to check if a recipe matches current crafting inventory
|
Modifier and Type | Method and Description |
---|---|
ItemStack |
ShapedOreRecipe.getCraftingResult(InventoryCrafting var1) |
ItemStack |
ShapelessOreRecipe.getCraftingResult(InventoryCrafting var1) |
boolean |
ShapedOreRecipe.matches(InventoryCrafting inv,
World world) |
boolean |
ShapelessOreRecipe.matches(InventoryCrafting var1,
World world) |