public class TileEntityPistonRenderer extends TileEntitySpecialRenderer<TileEntityPiston>
Modifier and Type | Field and Description |
---|---|
private BlockRendererDispatcher |
blockRenderer |
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) |
private boolean |
renderStateModel(BlockPos pos,
IBlockState state,
BufferBuilder buffer,
World p_188186_4_,
boolean checkSides) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
private BlockRendererDispatcher blockRenderer
public void render(TileEntityPiston te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityPiston>
private boolean renderStateModel(BlockPos pos, IBlockState state, BufferBuilder buffer, World p_188186_4_, boolean checkSides)