public class TileEntityMobSpawnerRenderer extends TileEntitySpecialRenderer<TileEntityMobSpawner>
DESTROY_STAGES, rendererDispatcher
Constructor and Description |
---|
TileEntityMobSpawnerRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
render(TileEntityMobSpawner te,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
static void |
renderMob(MobSpawnerBaseLogic mobSpawnerLogic,
double posX,
double posY,
double posZ,
float partialTicks) |
bindTexture, drawNameplate, getFontRenderer, getWorld, isGlobalRenderer, renderTileEntityFast, setLightmapDisabled, setRendererDispatcher
public void render(TileEntityMobSpawner te, double x, double y, double z, float partialTicks, int destroyStage, float alpha)
render
in class TileEntitySpecialRenderer<TileEntityMobSpawner>
public static void renderMob(MobSpawnerBaseLogic mobSpawnerLogic, double posX, double posY, double posZ, float partialTicks)