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.minecraft.item.ItemStack> |
getInputs()
Return a list of recipe inputs.
|
java.util.List<net.minecraft.item.ItemStack> |
getOutputs()
Return a list of recipe inputs.
|
drawAnimations, drawInfo, getFluidInputs, getFluidOutputs, 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<net.minecraft.item.ItemStack> getInputs()
IRecipeWrappergetInputs in interface IRecipeWrappergetInputs in class BlankRecipeWrapper@Nonnull public java.util.List<net.minecraft.item.ItemStack> getOutputs()
IRecipeWrappergetOutputs in interface IRecipeWrappergetOutputs 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()