Uses of Class
net.minecraft.client.renderer.ActiveRenderInfo
-
-
Uses of ActiveRenderInfo in net.minecraft.client.audio
Methods in net.minecraft.client.audio with parameters of type ActiveRenderInfo Modifier and Type Method Description void
SoundEngine. updateSource(ActiveRenderInfo p_217920_1_)
void
SoundHandler. updateSource(ActiveRenderInfo p_215289_1_)
-
Uses of ActiveRenderInfo in net.minecraft.client.particle
Methods in net.minecraft.client.particle with parameters of type ActiveRenderInfo Modifier and Type Method Description void
FireworkParticle.Overlay. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
void
FireworkParticle.Spark. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
void
ItemPickupParticle. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
void
MetaParticle. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
void
MobAppearanceParticle. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
abstract void
Particle. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
void
ParticleManager. render(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_)
Deprecated.Forge: useParticleManager.renderParticles(MatrixStack, IRenderTypeBuffer.Impl, LightTexture, ActiveRenderInfo, float, net.minecraft.client.renderer.culling.ClippingHelper)
with ClippingHelper as additional parametervoid
TexturedParticle. render(IVertexBuilder p_225606_1_, ActiveRenderInfo p_225606_2_, float p_225606_3_)
void
ParticleManager. renderParticles(MatrixStack p_228345_1_, IRenderTypeBuffer.Impl p_228345_2_, LightTexture p_228345_3_, ActiveRenderInfo p_228345_4_, float p_228345_5_, ClippingHelper clippingHelper)
-
Uses of ActiveRenderInfo in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ActiveRenderInfo Modifier and Type Field Description private ActiveRenderInfo
GameRenderer. mainCamera
Methods in net.minecraft.client.renderer that return ActiveRenderInfo Modifier and Type Method Description ActiveRenderInfo
GameRenderer. getMainCamera()
Methods in net.minecraft.client.renderer with parameters of type ActiveRenderInfo Modifier and Type Method Description private double
GameRenderer. getFov(ActiveRenderInfo p_215311_1_, float p_215311_2_, boolean p_215311_3_)
Matrix4f
GameRenderer. getProjectionMatrix(ActiveRenderInfo p_228382_1_, float p_228382_2_, boolean p_228382_3_)
private void
WorldRenderer. renderDebug(ActiveRenderInfo p_228446_1_)
private void
GameRenderer. renderItemInHand(MatrixStack p_228381_1_, ActiveRenderInfo p_228381_2_, float p_228381_3_)
void
WorldRenderer. renderLevel(MatrixStack p_228426_1_, float p_228426_2_, long p_228426_3_, boolean p_228426_5_, ActiveRenderInfo p_228426_6_, GameRenderer p_228426_7_, LightTexture p_228426_8_, Matrix4f p_228426_9_)
private void
WorldRenderer. renderWorldBounds(ActiveRenderInfo p_228447_1_)
static void
FogRenderer. setupColor(ActiveRenderInfo p_228371_0_, float p_228371_1_, ClientWorld p_228371_2_, int p_228371_3_, float p_228371_4_)
static void
FogRenderer. setupFog(ActiveRenderInfo p_228372_0_, FogRenderer.FogType p_228372_1_, float p_228372_2_, boolean p_228372_3_)
Deprecated.static void
FogRenderer. setupFog(ActiveRenderInfo p_228372_0_, FogRenderer.FogType p_228372_1_, float p_228372_2_, boolean p_228372_3_, float partialTicks)
private void
WorldRenderer. setupRender(ActiveRenderInfo p_228437_1_, ClippingHelper p_228437_2_, boolean p_228437_3_, int p_228437_4_, boolean p_228437_5_)
void
WorldRenderer. tickRain(ActiveRenderInfo p_228436_1_)
-
Uses of ActiveRenderInfo in net.minecraft.client.renderer.debug
Methods in net.minecraft.client.renderer.debug that return ActiveRenderInfo Modifier and Type Method Description private ActiveRenderInfo
BeeDebugRenderer. getCamera()
private ActiveRenderInfo
RaidDebugRenderer. getCamera()
-
Uses of ActiveRenderInfo in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as ActiveRenderInfo Modifier and Type Field Description ActiveRenderInfo
EntityRendererManager. camera
Methods in net.minecraft.client.renderer.entity with parameters of type ActiveRenderInfo Modifier and Type Method Description void
EntityRendererManager. prepare(World p_229088_1_, ActiveRenderInfo p_229088_2_, Entity p_229088_3_)
-
Uses of ActiveRenderInfo in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity declared as ActiveRenderInfo Modifier and Type Field Description ActiveRenderInfo
TileEntityRendererDispatcher. camera
Methods in net.minecraft.client.renderer.tileentity with parameters of type ActiveRenderInfo Modifier and Type Method Description void
TileEntityRendererDispatcher. prepare(World p_217665_1_, TextureManager p_217665_2_, FontRenderer p_217665_3_, ActiveRenderInfo p_217665_4_, RayTraceResult p_217665_5_)
-
Uses of ActiveRenderInfo in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type ActiveRenderInfo Modifier and Type Method 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)
void
IWeatherParticleRenderHandler. render(int ticks, ClientWorld world, Minecraft mc, ActiveRenderInfo activeRenderInfoIn)
-
Uses of ActiveRenderInfo in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as ActiveRenderInfo Modifier and Type Field Description private ActiveRenderInfo
DrawHighlightEvent. info
private ActiveRenderInfo
EntityViewRenderEvent. info
Methods in net.minecraftforge.client.event that return ActiveRenderInfo Modifier and Type Method Description ActiveRenderInfo
DrawHighlightEvent. getInfo()
ActiveRenderInfo
EntityViewRenderEvent. getInfo()
Constructors in net.minecraftforge.client.event with parameters of type ActiveRenderInfo Constructor 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)
-