public class TileEntityPistonRenderer extends TileEntitySpecialRenderer<TileEntityPiston>
DESTROY_STAGES, rendererDispatcher| Constructor and Description | 
|---|
TileEntityPistonRenderer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
render(TileEntityPiston te,
      double x,
      double y,
      double z,
      float partialTicks,
      int destroyStage,
      float alpha)  | 
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcherpublic void render(TileEntityPiston te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render in class TileEntitySpecialRenderer<TileEntityPiston>