public class DrawableAnimated extends java.lang.Object implements IDrawableAnimated
IDrawableAnimated.StartDirection| Constructor and Description |
|---|
DrawableAnimated(IDrawableStatic drawable,
ITickTimer tickTimer,
IDrawableAnimated.StartDirection startDirection) |
| 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() |
public DrawableAnimated(IDrawableStatic drawable, ITickTimer tickTimer, IDrawableAnimated.StartDirection startDirection)