@ParametersAreNonnullByDefault
Interface | Description |
---|---|
IDrawable |
Represents something to be drawn on screen.
|
IDrawableAnimated |
An animated
IDrawable , useful for showing a gui animation like furnace flames or progress arrows. |
IDrawableBuilder |
Builder for creating drawables from a resource location.
|
IDrawableStatic |
An extension of
IDrawable that allows masking parts of the image. |
Enum | Description |
---|---|
IDrawableAnimated.StartDirection |
The direction that the animation starts from.
|