| Modifier and Type | Field and Description |
|---|---|
WorldRenderer |
Minecraft.worldRenderer |
| Modifier and Type | Field and Description |
|---|---|
protected WorldRenderer |
ViewFrustum.renderGlobal |
| Constructor and Description |
|---|
ViewFrustum(ChunkRenderDispatcher renderDispatcherIn,
World worldIn,
int countChunksIn,
WorldRenderer renderGlobalIn) |
| Modifier and Type | Field and Description |
|---|---|
private WorldRenderer |
ChunkRenderDispatcher.worldRenderer |
| Constructor and Description |
|---|
ChunkRenderDispatcher(World worldIn,
WorldRenderer worldRendererIn,
java.util.concurrent.Executor executorIn,
boolean java64bit,
RegionRenderCacheBuilder fixedBuilderIn) |
ChunkRenderDispatcher(World worldIn,
WorldRenderer worldRendererIn,
java.util.concurrent.Executor executorIn,
boolean java64bit,
RegionRenderCacheBuilder fixedBuilderIn,
int countRenderBuilders) |
| Modifier and Type | Field and Description |
|---|---|
private WorldRenderer |
ClientWorld.worldRenderer |
| Constructor and Description |
|---|
ClientWorld(ClientPlayNetHandler netHandler,
WorldSettings worldSettingsIn,
DimensionType dimType,
int viewDistance,
IProfiler profilerIn,
WorldRenderer worldRendererIn) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ForgeHooksClient.dispatchRenderLast(WorldRenderer context,
MatrixStack mat,
float partialTicks)
Deprecated.
|
static 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) |
| Modifier and Type | Field and Description |
|---|---|
private WorldRenderer |
RenderWorldLastEvent.context |
private WorldRenderer |
DrawHighlightEvent.context |
| Modifier and Type | Method and Description |
|---|---|
WorldRenderer |
RenderWorldLastEvent.getContext() |
WorldRenderer |
DrawHighlightEvent.getContext() |
| Constructor and Description |
|---|
DrawHighlightEvent(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)
Deprecated.
|
RenderWorldLastEvent(WorldRenderer context,
MatrixStack mat,
float partialTicks,
Matrix4f projectionMatrix,
long finishTimeNano) |