public abstract class BlankRecipeCategory extends java.lang.Object implements IRecipeCategory
| Constructor and Description |
|---|
BlankRecipeCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawAnimations(net.minecraft.client.Minecraft minecraft)
Optionally draw animations like progress bars.
|
void |
drawExtras(net.minecraft.client.Minecraft minecraft)
Optionally draw anything else that might be necessary, icons or extra slots.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackground, getTitle, getUid, setRecipepublic void drawExtras(@Nonnull
net.minecraft.client.Minecraft minecraft)
IRecipeCategorydrawExtras in interface IRecipeCategorypublic void drawAnimations(@Nonnull
net.minecraft.client.Minecraft minecraft)
IRecipeCategorydrawAnimations in interface IRecipeCategory