public interface IDrawable
IRecipeCategory.drawExtras(Minecraft)
and IRecipeWrapper.drawInfo(Minecraft, int, int, int, int)
.
IGuiHelper
has many functions to create IDrawables.IDrawableAnimated
,
IDrawableStatic
Modifier and Type | Method and Description |
---|---|
void |
draw(net.minecraft.client.Minecraft minecraft) |
void |
draw(net.minecraft.client.Minecraft minecraft,
int xOffset,
int yOffset) |
int |
getHeight() |
int |
getWidth() |