Modifier and Type | Method and Description |
---|---|
void |
SoundEngine.updateListener(ActiveRenderInfo p_217920_1_) |
void |
SoundHandler.updateListener(ActiveRenderInfo p_215289_1_) |
Modifier and Type | Method and Description |
---|---|
void |
TexturedParticle.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
void |
ItemPickupParticle.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
void |
MobAppearanceParticle.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
void |
FireworkParticle.Overlay.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
void |
FireworkParticle.Spark.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
abstract void |
Particle.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
void |
MetaParticle.renderParticle(IVertexBuilder buffer,
ActiveRenderInfo renderInfo,
float partialTicks) |
void |
ParticleManager.renderParticles(MatrixStack matrixStackIn,
IRenderTypeBuffer.Impl bufferIn,
LightTexture lightTextureIn,
ActiveRenderInfo activeRenderInfoIn,
float partialTicks) |
Modifier and Type | Field and Description |
---|---|
private ActiveRenderInfo |
GameRenderer.activeRender |
Modifier and Type | Method and Description |
---|---|
ActiveRenderInfo |
GameRenderer.getActiveRenderInfo() |
Modifier and Type | Method and Description |
---|---|
void |
WorldRenderer.addRainParticles(ActiveRenderInfo activeRenderInfoIn) |
private double |
GameRenderer.getFOVModifier(ActiveRenderInfo activeRenderInfoIn,
float partialTicks,
boolean useFOVSetting) |
Matrix4f |
GameRenderer.getProjectionMatrix(ActiveRenderInfo activeRenderInfoIn,
float partialTicks,
boolean useFovSetting) |
private void |
WorldRenderer.renderDebug(ActiveRenderInfo activeRenderInfoIn) |
private void |
GameRenderer.renderHand(MatrixStack matrixStackIn,
ActiveRenderInfo activeRenderInfoIn,
float partialTicks) |
private void |
WorldRenderer.renderWorldBorder(ActiveRenderInfo activeRenderInfoIn) |
static void |
FogRenderer.setupFog(ActiveRenderInfo activeRenderInfoIn,
FogRenderer.FogType fogTypeIn,
float farPlaneDistance,
boolean nearFog)
Deprecated.
|
static void |
FogRenderer.setupFog(ActiveRenderInfo activeRenderInfoIn,
FogRenderer.FogType fogTypeIn,
float farPlaneDistance,
boolean nearFog,
float partialTicks) |
private void |
WorldRenderer.setupTerrain(ActiveRenderInfo activeRenderInfoIn,
ClippingHelperImpl camera,
boolean debugCamera,
int frameCount,
boolean playerSpectator) |
void |
WorldRenderer.updateCameraAndRender(MatrixStack matrixStackIn,
float partialTicks,
long finishTimeNano,
boolean drawBlockOutline,
ActiveRenderInfo activeRenderInfoIn,
GameRenderer gameRendererIn,
LightTexture lightmapIn,
Matrix4f projectionIn) |
static void |
FogRenderer.updateFogColor(ActiveRenderInfo activeRenderInfoIn,
float partialTicks,
ClientWorld worldIn,
int renderDistanceChunks,
float bossColorModifier) |
Modifier and Type | Method and Description |
---|---|
private ActiveRenderInfo |
RaidDebugRenderer.func_222904_c() |
private ActiveRenderInfo |
BeeDebugRenderer.func_228995_g_() |
Modifier and Type | Field and Description |
---|---|
ActiveRenderInfo |
EntityRendererManager.info |
Modifier and Type | Method and Description |
---|---|
void |
EntityRendererManager.cacheActiveRenderInfo(World worldIn,
ActiveRenderInfo activeRenderInfoIn,
Entity entityIn) |
Modifier and Type | Field and Description |
---|---|
ActiveRenderInfo |
TileEntityRendererDispatcher.renderInfo |
Modifier and Type | Method and Description |
---|---|
void |
TileEntityRendererDispatcher.prepare(World worldIn,
TextureManager textureManagerIn,
FontRenderer fontRendererIn,
ActiveRenderInfo activeRenderInfoIn,
RayTraceResult rayTraceResultIn) |
Modifier and Type | Method and Description |
---|---|
static float |
ForgeHooksClient.getFogDensity(FogRenderer.FogType type,
ActiveRenderInfo info,
float partial,
float density) |
static double |
ForgeHooksClient.getFOVModifier(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks,
double fov) |
static EntityViewRenderEvent.CameraSetup |
ForgeHooksClient.onCameraSetup(GameRenderer renderer,
ActiveRenderInfo info,
float partial) |
static boolean |
ForgeHooksClient.onDrawBlockHighlight(WorldRenderer context,
ActiveRenderInfo info,
RayTraceResult target,
float partialTicks,
MatrixStack matrix,
IRenderTypeBuffer buffers) |
static void |
ForgeHooksClient.onFogRender(FogRenderer.FogType type,
ActiveRenderInfo info,
float partial,
float distance) |
Modifier and Type | Field and Description |
---|---|
private ActiveRenderInfo |
EntityViewRenderEvent.info |
private ActiveRenderInfo |
DrawHighlightEvent.info |
Modifier and Type | Method and Description |
---|---|
ActiveRenderInfo |
EntityViewRenderEvent.getInfo() |
ActiveRenderInfo |
DrawHighlightEvent.getInfo() |
Constructor and Description |
---|
CameraSetup(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks,
float yaw,
float pitch,
float roll) |
DrawHighlightEvent(WorldRenderer context,
ActiveRenderInfo info,
RayTraceResult target,
float partialTicks,
MatrixStack matrix,
IRenderTypeBuffer buffers) |
EntityViewRenderEvent(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks) |
FogColors(ActiveRenderInfo info,
float partialTicks,
float red,
float green,
float blue) |
FogDensity(FogRenderer.FogType type,
ActiveRenderInfo info,
float partialTicks,
float density) |
FogEvent(FogRenderer.FogType type,
ActiveRenderInfo info,
double renderPartialTicks) |
FOVModifier(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks,
double fov) |
HighlightBlock(WorldRenderer context,
ActiveRenderInfo info,
RayTraceResult target,
float partialTicks,
MatrixStack matrix,
IRenderTypeBuffer buffers) |
HighlightEntity(WorldRenderer context,
ActiveRenderInfo info,
RayTraceResult target,
float partialTicks,
MatrixStack matrix,
IRenderTypeBuffer buffers) |
RenderFogEvent(FogRenderer.FogType type,
ActiveRenderInfo info,
float partialTicks,
float distance) |