Uses of Class
net.minecraft.client.renderer.WorldRenderer
Package
Description
-
Uses of WorldRenderer in net.minecraft.client
-
Uses of WorldRenderer in net.minecraft.client.renderer
ModifierConstructorDescriptionViewFrustum
(ChunkRenderDispatcher p_i226000_1_, World p_i226000_2_, int p_i226000_3_, WorldRenderer p_i226000_4_) -
Uses of WorldRenderer in net.minecraft.client.renderer.chunk
ModifierConstructorDescriptionChunkRenderDispatcher
(World p_i226020_1_, WorldRenderer p_i226020_2_, Executor p_i226020_3_, boolean p_i226020_4_, RegionRenderCacheBuilder p_i226020_5_) ChunkRenderDispatcher
(World p_i226020_1_, WorldRenderer p_i226020_2_, Executor p_i226020_3_, boolean p_i226020_4_, RegionRenderCacheBuilder p_i226020_5_, int countRenderBuilders) -
Uses of WorldRenderer in net.minecraft.client.world
ModifierConstructorDescriptionClientWorld
(ClientPlayNetHandler p_i242067_1_, ClientWorld.ClientWorldInfo p_i242067_2_, RegistryKey<World> p_i242067_3_, DimensionType p_i242067_4_, int p_i242067_5_, Supplier<IProfiler> p_i242067_6_, WorldRenderer p_i242067_7_, boolean p_i242067_8_, long p_i242067_9_) -
Uses of WorldRenderer in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic void
ForgeHooksClient.dispatchRenderLast
(WorldRenderer context, MatrixStack mat, float partialTicks, Matrix4f projectionMatrix, long finishTimeNano) static boolean
ForgeHooksClient.onDrawBlockHighlight
(WorldRenderer context, ActiveRenderInfo info, RayTraceResult target, float partialTicks, MatrixStack matrix, IRenderTypeBuffer buffers) -
Uses of WorldRenderer in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final WorldRenderer
DrawHighlightEvent.context
private final WorldRenderer
RenderWorldLastEvent.context
Modifier and TypeMethodDescriptionDrawHighlightEvent.getContext()
RenderWorldLastEvent.getContext()
ModifierConstructorDescriptionDrawHighlightEvent
(WorldRenderer context, ActiveRenderInfo info, RayTraceResult target, float partialTicks, MatrixStack matrix, IRenderTypeBuffer buffers) 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) RenderWorldLastEvent
(WorldRenderer context, MatrixStack mat, float partialTicks, Matrix4f projectionMatrix, long finishTimeNano)