public class ItemDescriptionRecipe extends BlankRecipeWrapper
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ItemDescriptionRecipe> |
create(java.util.List<net.minecraft.item.ItemStack> itemStacks,
java.lang.String... descriptionKeys) |
void |
drawInfo(net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY)
Draw additional info about the recipe.
|
java.util.List<java.lang.String> |
getDescription() |
java.util.List<net.minecraftforge.fluids.FluidStack> |
getFluidInputs()
Return a list of recipe fluid inputs.
|
java.util.List<java.util.List<net.minecraft.item.ItemStack>> |
getOutputs()
Return a list of recipe inputs.
|
drawAnimations, drawInfo, getFluidOutputs, getInputs, getTooltipStrings, handleClickpublic static java.util.List<ItemDescriptionRecipe> create(@Nonnull java.util.List<net.minecraft.item.ItemStack> itemStacks, java.lang.String... descriptionKeys)
@Nonnull public java.util.List<java.util.List<net.minecraft.item.ItemStack>> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrappergetOutputs in class BlankRecipeWrapperpublic java.util.List<net.minecraftforge.fluids.FluidStack> getFluidInputs()
IRecipeWrappergetFluidInputs in interface IRecipeWrappergetFluidInputs in class BlankRecipeWrapperpublic void drawInfo(@Nonnull
net.minecraft.client.Minecraft minecraft,
int recipeWidth,
int recipeHeight,
int mouseX,
int mouseY)
IRecipeWrapperdrawInfo in interface IRecipeWrapperdrawInfo in class BlankRecipeWrappermouseX - the X position of the mouse, relative to the recipe.mouseY - the Y position of the mouse, relative to the recipe.@Nonnull public java.util.List<java.lang.String> getDescription()