public interface IDrawable
IRecipeCategory.draw(Object, MatrixStack, double, double)
.
IGuiHelper
has many functions to create IDrawables.IDrawableAnimated
,
IDrawableStatic
Modifier and Type | Method and Description |
---|---|
default void |
draw(com.mojang.blaze3d.matrix.MatrixStack matrixStack) |
void |
draw(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int xOffset,
int yOffset) |
int |
getHeight() |
int |
getWidth() |