public class TileEntityBedRenderer extends TileEntitySpecialRenderer<TileEntityBed>
Modifier and Type | Field and Description |
---|---|
private ModelBed |
model |
private static ResourceLocation[] |
TEXTURES |
private int |
version |
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityBedRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
render(TileEntityBed te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
private void |
renderPiece(boolean p_193847_1_,
double x,
double y,
double z,
int p_193847_8_,
float alpha) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
private static final ResourceLocation[] TEXTURES
private ModelBed model
private int version
public void render(TileEntityBed te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityBed>
private void renderPiece(boolean p_193847_1_, double x, double y, double z, int p_193847_8_, float alpha)