public class RecipeTransferErrorInternal
extends java.lang.Object
implements mezz.jei.api.recipe.transfer.IRecipeTransferError
Modifier and Type | Field and Description |
---|---|
static RecipeTransferErrorInternal |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
mezz.jei.api.recipe.transfer.IRecipeTransferError.Type |
getType() |
void |
showError(net.minecraft.client.Minecraft minecraft,
int mouseX,
int mouseY,
mezz.jei.api.gui.IRecipeLayout recipeLayout,
int recipeX,
int recipeY) |
public static final RecipeTransferErrorInternal INSTANCE
public mezz.jei.api.recipe.transfer.IRecipeTransferError.Type getType()
getType
in interface mezz.jei.api.recipe.transfer.IRecipeTransferError
public void showError(net.minecraft.client.Minecraft minecraft, int mouseX, int mouseY, mezz.jei.api.gui.IRecipeLayout recipeLayout, int recipeX, int recipeY)
showError
in interface mezz.jei.api.recipe.transfer.IRecipeTransferError