public class AnimationTESR<T extends TileEntity> extends FastTESR<T> implements IEventHandler<T>
| Modifier and Type | Field and Description | 
|---|---|
protected static BlockRendererDispatcher | 
blockRenderer  | 
DESTROY_STAGES, rendererDispatcher| Constructor and Description | 
|---|
AnimationTESR()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleEvents(T te,
            float time,
            java.lang.Iterable<Event> pastEvents)  | 
void | 
renderTileEntityFast(T te,
                    double x,
                    double y,
                    double z,
                    float partialTick,
                    int breakStage,
                    float partial,
                    BufferBuilder renderer)  | 
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, setLightmapDisabled, setRendererDispatcherprotected static BlockRendererDispatcher blockRenderer
public void renderTileEntityFast(T te, double x, double y, double z, float partialTick, int breakStage, float partial, BufferBuilder renderer)
renderTileEntityFast in class FastTESR<T extends TileEntity>public void handleEvents(T te, float time, java.lang.Iterable<Event> pastEvents)
handleEvents in interface IEventHandler<T extends TileEntity>