public class TileEntityStructureRenderer extends TileEntitySpecialRenderer<TileEntityStructure>
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityStructureRenderer() |
Modifier and Type | Method and Description |
---|---|
boolean |
isGlobalRenderer(TileEntityStructure te) |
void |
render(TileEntityStructure te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
private void |
renderBox(Tessellator p_190055_1_,
BufferBuilder p_190055_2_,
double p_190055_3_,
double p_190055_5_,
double p_190055_7_,
double p_190055_9_,
double p_190055_11_,
double p_190055_13_,
int p_190055_15_,
int p_190055_16_,
int p_190055_17_) |
private void |
renderInvisibleBlocks(TileEntityStructure p_190054_1_,
double p_190054_2_,
double p_190054_4_,
double p_190054_6_,
BlockPos p_190054_8_,
Tessellator p_190054_9_,
BufferBuilder p_190054_10_,
boolean p_190054_11_) |
bindTexture, drawNameplate, getFontRenderer, getWorld, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
public void render(TileEntityStructure te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityStructure>
private void renderInvisibleBlocks(TileEntityStructure p_190054_1_, double p_190054_2_, double p_190054_4_, double p_190054_6_, BlockPos p_190054_8_, Tessellator p_190054_9_, BufferBuilder p_190054_10_, boolean p_190054_11_)
private void renderBox(Tessellator p_190055_1_, BufferBuilder p_190055_2_, double p_190055_3_, double p_190055_5_, double p_190055_7_, double p_190055_9_, double p_190055_11_, double p_190055_13_, int p_190055_15_, int p_190055_16_, int p_190055_17_)
public boolean isGlobalRenderer(TileEntityStructure te)
isGlobalRenderer
in class TileEntitySpecialRenderer<TileEntityStructure>