public class RecipeTransferErrorInternal extends java.lang.Object implements IRecipeTransferError
IRecipeTransferError.Type| Modifier and Type | Field and Description |
|---|---|
static RecipeTransferErrorInternal |
instance |
| Modifier and Type | Method and Description |
|---|---|
IRecipeTransferError.Type |
getType() |
void |
showError(net.minecraft.client.Minecraft minecraft,
int mouseX,
int mouseY,
RecipeLayout recipeLayout)
Called on USER_FACING errors
|
public static final RecipeTransferErrorInternal instance
public IRecipeTransferError.Type getType()
getType in interface IRecipeTransferErrorpublic void showError(@Nonnull
net.minecraft.client.Minecraft minecraft,
int mouseX,
int mouseY,
@Nonnull
RecipeLayout recipeLayout)
IRecipeTransferErrorshowError in interface IRecipeTransferError