public class RenderableAnimated extends RenderablePNG
texture| Constructor and Description |
|---|
RenderableAnimated(ResourceLocationAPI<?> source,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(RenderContext ctx) |
void |
stop()
Called when the timer is finished, or it can be called earlier if the image is no longer needed.
|
pos, postRender, preRendercanRender, getAllignmentX, getAllignmentY, getOpacity, getParameterAs, initializeTimers, scale, tick, translateScaledpublic RenderableAnimated(ResourceLocationAPI<?> source, java.util.Map<java.lang.String,java.lang.Object> parameters) throws java.io.IOException
java.io.IOExceptionpublic void render(RenderContext ctx)
public void stop()
Renderablestop in class Renderable