public interface ICraftingRecipeWrapper extends IRecipeWrapper
| Modifier and Type | Method and Description |
|---|---|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
Draw additional info about the recipe.
|
java.util.List |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
drawAnimations, getFluidInputs, getFluidOutputs, getTooltipStringsjava.util.List getInputs()
IRecipeWrappergetInputs in interface IRecipeWrapperjava.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrappervoid drawInfo(@Nonnull
net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
IRecipeWrapperdrawInfo in interface IRecipeWrapper