public class TileEntityBannerRenderer extends TileEntitySpecialRenderer<TileEntityBanner>
Modifier and Type | Field and Description |
---|---|
private ModelBanner |
bannerModel |
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityBannerRenderer() |
Modifier and Type | Method and Description |
---|---|
private ResourceLocation |
getBannerResourceLocation(TileEntityBanner bannerObj) |
void |
render(TileEntityBanner te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
private final ModelBanner bannerModel
public void render(TileEntityBanner te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityBanner>
@Nullable private ResourceLocation getBannerResourceLocation(TileEntityBanner bannerObj)