public class DebugRecipe extends BlankRecipeWrapper
| Constructor and Description |
|---|
DebugRecipe() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.minecraftforge.fluids.FluidStack> |
getFluidInputs()
Return a list of recipe fluid inputs.
|
java.util.List<java.lang.String> |
getTooltipStrings(int mouseX,
int mouseY)
Get the tooltip for whatever's under the mouse.
|
drawAnimations, drawInfo, getFluidOutputs, getInputs, getOutputspublic java.util.List<net.minecraftforge.fluids.FluidStack> getFluidInputs()
IRecipeWrappergetFluidInputs in interface IRecipeWrappergetFluidInputs in class BlankRecipeWrapper@Nullable
public java.util.List<java.lang.String> getTooltipStrings(int mouseX,
int mouseY)
IRecipeWrappergetTooltipStrings in interface IRecipeWrappergetTooltipStrings in class BlankRecipeWrappermouseX - the X position of the mouse, relative to the recipe.mouseY - the Y position of the mouse, relative to the recipe.