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.misc |
Holds a lot of generic *Util classes.
|
buildcraft.lib.recipe | |
buildcraft.silicon.tile | |
buildcraft.transport.recipe |
Modifier and Type | Method and Description |
---|---|
abstract IngredientStack |
IntegrationRecipe.getCenterStack() |
static IngredientStack |
IngredientStack.of(java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Set<IngredientStack> |
AssemblyRecipe.getInputsFor(net.minecraft.item.ItemStack output)
Deprecated.
Used to determine what items to use up for the given output
|
java.util.Set<IngredientStack> |
AssemblyRecipeBasic.getInputsFor(net.minecraft.item.ItemStack output)
Deprecated.
|
abstract com.google.common.collect.ImmutableList<IngredientStack> |
IntegrationRecipe.getRequirements(net.minecraft.item.ItemStack output)
Determines the components to use when crafting finishes
|
Constructor and Description |
---|
AssemblyRecipeBasic(net.minecraft.util.ResourceLocation name,
long requiredMicroJoules,
com.google.common.collect.ImmutableSet<IngredientStack> requiredStacks,
net.minecraft.item.ItemStack output)
Deprecated.
|
AssemblyRecipeBasic(java.lang.String name,
long requiredMicroJoules,
com.google.common.collect.ImmutableSet<IngredientStack> requiredStacks,
net.minecraft.item.ItemStack output)
Deprecated.
|
AssemblyRecipeBasic(java.lang.String name,
long requiredMicroJoules,
java.util.Set<IngredientStack> requiredStacks,
net.minecraft.item.ItemStack output)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
StackUtil.contains(IngredientStack ingredientStack,
net.minecraft.item.ItemStack stack)
Checks that passed stack meets stack definition requirements
|
static boolean |
StackUtil.contains(IngredientStack ingredientStack,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> stacks)
Checks that passed stack definition acceptable for stack collection
|
Modifier and Type | Field and Description |
---|---|
protected IngredientStack |
IntegrationRecipeBasic.target |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.collect.ImmutableList<IngredientStack> |
IntegrationRecipeBasic.toIntegrate |
Modifier and Type | Method and Description |
---|---|
IngredientStack |
IntegrationRecipeBasic.getCenterStack() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IngredientStack> |
IntegrationRecipeBasic.getRequirements(net.minecraft.item.ItemStack output) |
Constructor and Description |
---|
IntegrationRecipeBasic(net.minecraft.util.ResourceLocation name,
long requiredMicroJoules,
IngredientStack target,
java.util.List<IngredientStack> toIntegrate,
net.minecraft.item.ItemStack output) |
IntegrationRecipeBasic(java.lang.String name,
long requiredMicroJoules,
IngredientStack target,
java.util.List<IngredientStack> toIntegrate,
net.minecraft.item.ItemStack output) |
Constructor and Description |
---|
IntegrationRecipeBasic(net.minecraft.util.ResourceLocation name,
long requiredMicroJoules,
IngredientStack target,
java.util.List<IngredientStack> toIntegrate,
net.minecraft.item.ItemStack output) |
IntegrationRecipeBasic(java.lang.String name,
long requiredMicroJoules,
IngredientStack target,
java.util.List<IngredientStack> toIntegrate,
net.minecraft.item.ItemStack output) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TileLaserTableBase.extract(ItemHandlerSimple inv,
java.util.Collection<IngredientStack> items,
boolean simulate,
boolean precise) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<IngredientStack> |
FacadeAssemblyRecipes.getInputsFor(net.minecraft.item.ItemStack output) |