@FunctionalInterface
public interface ISimpleDrawable
Modifier and Type | Method and Description |
---|---|
default ISimpleDrawable |
andThen(ISimpleDrawable after) |
void |
drawAt(double x,
double y) |
default void |
drawAt(IGuiPosition element) |
void drawAt(double x, double y)
default void drawAt(IGuiPosition element)
default ISimpleDrawable andThen(ISimpleDrawable after)