|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InventoryCrafting | |
---|---|
net.minecraft.src | |
net.minecraftforge.oredict |
Uses of InventoryCrafting in net.minecraft.src |
---|
Fields in net.minecraft.src declared as InventoryCrafting | |
---|---|
InventoryCrafting |
ContainerPlayer.craftMatrix
The crafting matrix inventory. |
InventoryCrafting |
ContainerWorkbench.craftMatrix
The crafting matrix inventory (3x3). |
Methods in net.minecraft.src with parameters of type InventoryCrafting | |
---|---|
ItemStack |
CraftingManager.findMatchingRecipe(InventoryCrafting par1InventoryCrafting)
|
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 |
IRecipe.getCraftingResult(InventoryCrafting var1)
Returns an Item that is the result of this recipe |
boolean |
ShapelessRecipes.matches(InventoryCrafting par1InventoryCrafting)
Used to check if a recipe matches current crafting inventory |
boolean |
ShapedRecipes.matches(InventoryCrafting par1InventoryCrafting)
Used to check if a recipe matches current crafting inventory |
boolean |
IRecipe.matches(InventoryCrafting var1)
Used to check if a recipe matches current crafting inventory |
Uses of InventoryCrafting in net.minecraftforge.oredict |
---|
Methods in net.minecraftforge.oredict with parameters of type InventoryCrafting | |
---|---|
ItemStack |
ShapedOreRecipe.getCraftingResult(InventoryCrafting var1)
|
ItemStack |
ShapelessOreRecipe.getCraftingResult(InventoryCrafting var1)
|
boolean |
ShapedOreRecipe.matches(InventoryCrafting inv)
|
boolean |
ShapelessOreRecipe.matches(InventoryCrafting var1)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |