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.recipe | |
buildcraft.silicon.tile |
Modifier and Type | Class and Description |
---|---|
class |
AssemblyRecipeBasic
Deprecated.
TEMPORARY CLASS DO NOT USE!
|
Modifier and Type | Method and Description |
---|---|
AssemblyRecipe |
AssemblyRecipe.setRegistryName(net.minecraft.util.ResourceLocation name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AssemblyRecipe> |
AssemblyRecipe.getRegistryType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
AssemblyRecipe.compareTo(AssemblyRecipe o)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<net.minecraft.util.ResourceLocation,AssemblyRecipe> |
AssemblyRecipeRegistry.REGISTRY |
Modifier and Type | Method and Description |
---|---|
static java.util.List<AssemblyRecipe> |
AssemblyRecipeRegistry.getRecipesFor(net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> possibleIn) |
Modifier and Type | Method and Description |
---|---|
static void |
AssemblyRecipeRegistry.register(AssemblyRecipe recipe) |
Modifier and Type | Class and Description |
---|---|
class |
FacadeAssemblyRecipes |
Modifier and Type | Field and Description |
---|---|
AssemblyRecipe |
TileAssemblyTable.AssemblyInstruction.recipe |