Package net.minecraft.client.world
Class ChunkRenderThread
java.lang.Object
net.minecraft.client.world.ChunkRenderThread
- All Implemented Interfaces:
Runnable
@Environment(CLIENT) public class ChunkRenderThread extends Object implements Runnable
- Mappings:
Namespace Name official bhpintermediary net/minecraft/class_1107named net/minecraft/client/world/ChunkRenderThread
-
Field Summary
Fields Modifier and Type Field Description private RenderLayerBuffersbuffersprivate ChunkBuilderchunkBuilderprivate static LoggerLOGGER -
Constructor Summary
Constructors Constructor Description ChunkRenderThread(ChunkBuilder chunkBuilder)ChunkRenderThread(ChunkBuilder chunkBuilder, RenderLayerBuffers buffers) -
Method Summary
Modifier and Type Method Description protected voidmethod_3793(Heightmap heightmap)private RenderLayerBuffersmethod_3795()private voidmethod_3796(Heightmap heightmap)voidrun()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbhp;a:Lorg/apache/logging/log4j/Logger;intermediary field_4745Lnet/minecraft/class_1107;field_4745:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/world/ChunkRenderThread;LOGGER:Lorg/apache/logging/log4j/Logger;
-
chunkBuilder
- Mappings:
Namespace Name Mixin selector official bLbhp;b:Lbho;intermediary field_4746Lnet/minecraft/class_1107;field_4746:Lnet/minecraft/class_1106;named chunkBuilderLnet/minecraft/client/world/ChunkRenderThread;chunkBuilder:Lnet/minecraft/client/render/chunk/ChunkBuilder;
-
buffers
- Mappings:
Namespace Name Mixin selector official cLbhp;c:Lbfg;intermediary field_4747Lnet/minecraft/class_1107;field_4747:Lnet/minecraft/class_1006;named buffersLnet/minecraft/client/world/ChunkRenderThread;buffers:Lnet/minecraft/client/render/RenderLayerBuffers;
-
-
Constructor Details
-
ChunkRenderThread
- Mappings:
Namespace Name Mixin selector official <init>Lbhp;<init>(Lbho;)Vintermediary <init>Lnet/minecraft/class_1107;<init>(Lnet/minecraft/class_1106;)Vnamed <init>Lnet/minecraft/client/world/ChunkRenderThread;<init>(Lnet/minecraft/client/render/chunk/ChunkBuilder;)V
-
ChunkRenderThread
- Mappings:
Namespace Name Mixin selector official <init>Lbhp;<init>(Lbho;Lbfg;)Vintermediary <init>Lnet/minecraft/class_1107;<init>(Lnet/minecraft/class_1106;Lnet/minecraft/class_1006;)Vnamed <init>Lnet/minecraft/client/world/ChunkRenderThread;<init>(Lnet/minecraft/client/render/chunk/ChunkBuilder;Lnet/minecraft/client/render/RenderLayerBuffers;)V
-
-
Method Details
-
run
public void run() -
method_3793
- Throws:
InterruptedException- Mappings:
Namespace Name Mixin selector official aLbhp;a(Lbhn;)Vintermediary method_3793Lnet/minecraft/class_1107;method_3793(Lnet/minecraft/class_1103;)Vnamed method_3793Lnet/minecraft/client/world/ChunkRenderThread;method_3793(Lnet/minecraft/world/Heightmap;)V
-
method_3795
- Throws:
InterruptedException- Mappings:
Namespace Name Mixin selector official bLbhp;b()Lbfg;intermediary method_3795Lnet/minecraft/class_1107;method_3795()Lnet/minecraft/class_1006;named method_3795Lnet/minecraft/client/world/ChunkRenderThread;method_3795()Lnet/minecraft/client/render/RenderLayerBuffers;
-
method_3796
- Mappings:
Namespace Name Mixin selector official bLbhp;b(Lbhn;)Vintermediary method_3796Lnet/minecraft/class_1107;method_3796(Lnet/minecraft/class_1103;)Vnamed method_3796Lnet/minecraft/client/world/ChunkRenderThread;method_3796(Lnet/minecraft/world/Heightmap;)V
-