public class FuelRecipe extends VanillaRecipeWrapper
| Constructor and Description |
|---|
FuelRecipe(IGuiHelper guiHelper,
java.util.Collection<net.minecraft.item.ItemStack> input,
int burnTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawAnimations(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
Draw animations involving the recipe.
|
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
Draw additional info about the recipe.
|
java.util.List<java.util.List<net.minecraft.item.ItemStack>> |
getInputs()
Return a list of recipe inputs.
|
getFluidInputs, getFluidOutputs, getOutputspublic FuelRecipe(@Nonnull
IGuiHelper guiHelper,
@Nonnull
java.util.Collection<net.minecraft.item.ItemStack> input,
int burnTime)
@Nonnull public java.util.List<java.util.List<net.minecraft.item.ItemStack>> getInputs()
IRecipeWrappergetInputs in interface IRecipeWrappergetInputs in class BlankRecipeWrapperpublic void drawInfo(@Nonnull
net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
IRecipeWrapperdrawInfo in interface IRecipeWrapperdrawInfo in class BlankRecipeWrapperpublic void drawAnimations(@Nonnull
net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight)
IRecipeWrapperdrawAnimations in interface IRecipeWrapperdrawAnimations in class BlankRecipeWrapper