Package | Description |
---|---|
buildcraft.api.recipes |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.lib.recipe | |
buildcraft.silicon.tile |
Modifier and Type | Method and Description |
---|---|
IntegrationRecipe |
IIntegrationRecipeProvider.getRecipe(net.minecraft.util.ResourceLocation name)
Returns recipe by it's name
|
IntegrationRecipe |
IIntegrationRecipeProvider.getRecipeFor(net.minecraft.item.ItemStack target,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> toIntegrate)
Gets an integration recipe for the given ingredients.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IntegrationRecipe> |
IIntegrationRecipeRegistry.getAllRecipes()
Gets all of the simple recipes that are registered.
|
Modifier and Type | Method and Description |
---|---|
void |
IIntegrationRecipeRegistry.addRecipe(IntegrationRecipe recipe) |
Modifier and Type | Class and Description |
---|---|
class |
IntegrationRecipeBasic |
Modifier and Type | Field and Description |
---|---|
java.util.Map<net.minecraft.util.ResourceLocation,IntegrationRecipe> |
IntegrationRecipeRegistry.recipes |
Modifier and Type | Method and Description |
---|---|
IntegrationRecipe |
IntegrationRecipeRegistry.getRecipe(net.minecraft.util.ResourceLocation name) |
IntegrationRecipe |
IntegrationRecipeRegistry.getRecipeFor(net.minecraft.item.ItemStack target,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> toIntegrate) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IntegrationRecipe> |
IntegrationRecipeRegistry.getAllRecipes() |
Modifier and Type | Method and Description |
---|---|
void |
IntegrationRecipeRegistry.addRecipe(IntegrationRecipe recipe) |
Modifier and Type | Field and Description |
---|---|
IntegrationRecipe |
TileIntegrationTable.recipe |