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 bhp
intermediary net/minecraft/class_1107
named net/minecraft/client/world/ChunkRenderThread
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_4745 Lnet/minecraft/class_1107;field_4745:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/world/ChunkRenderThread;LOGGER:Lorg/apache/logging/log4j/Logger;
    • chunkBuilder

      private final ChunkBuilder chunkBuilder
      Mappings:
      Namespace Name Mixin selector
      official b Lbhp;b:Lbho;
      intermediary field_4746 Lnet/minecraft/class_1107;field_4746:Lnet/minecraft/class_1106;
      named chunkBuilder Lnet/minecraft/client/world/ChunkRenderThread;chunkBuilder:Lnet/minecraft/client/render/chunk/ChunkBuilder;
    • buffers

      private final RenderLayerBuffers buffers
      Mappings:
      Namespace Name Mixin selector
      official c Lbhp;c:Lbfg;
      intermediary field_4747 Lnet/minecraft/class_1107;field_4747:Lnet/minecraft/class_1006;
      named buffers Lnet/minecraft/client/world/ChunkRenderThread;buffers:Lnet/minecraft/client/render/RenderLayerBuffers;
  • Constructor Details

    • ChunkRenderThread

      public ChunkRenderThread​(ChunkBuilder chunkBuilder)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbhp;<init>(Lbho;)V
      intermediary <init> Lnet/minecraft/class_1107;<init>(Lnet/minecraft/class_1106;)V
      named <init> Lnet/minecraft/client/world/ChunkRenderThread;<init>(Lnet/minecraft/client/render/chunk/ChunkBuilder;)V
    • ChunkRenderThread

      public ChunkRenderThread​(ChunkBuilder chunkBuilder, RenderLayerBuffers buffers)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbhp;<init>(Lbho;Lbfg;)V
      intermediary <init> Lnet/minecraft/class_1107;<init>(Lnet/minecraft/class_1106;Lnet/minecraft/class_1006;)V
      named <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()
      Specified by:
      run in interface Runnable
      Mappings:
      Namespace Name Mixin selector
      official run Lbhp;run()V
      intermediary run Lnet/minecraft/class_1107;run()V
      named run Lnet/minecraft/client/world/ChunkRenderThread;run()V
    • method_3793

      protected void method_3793​(Heightmap heightmap) throws InterruptedException
      Throws:
      InterruptedException
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a(Lbhn;)V
      intermediary method_3793 Lnet/minecraft/class_1107;method_3793(Lnet/minecraft/class_1103;)V
      named method_3793 Lnet/minecraft/client/world/ChunkRenderThread;method_3793(Lnet/minecraft/world/Heightmap;)V
    • method_3795

      private RenderLayerBuffers method_3795() throws InterruptedException
      Throws:
      InterruptedException
      Mappings:
      Namespace Name Mixin selector
      official b Lbhp;b()Lbfg;
      intermediary method_3795 Lnet/minecraft/class_1107;method_3795()Lnet/minecraft/class_1006;
      named method_3795 Lnet/minecraft/client/world/ChunkRenderThread;method_3795()Lnet/minecraft/client/render/RenderLayerBuffers;
    • method_3796

      private void method_3796​(Heightmap heightmap)
      Mappings:
      Namespace Name Mixin selector
      official b Lbhp;b(Lbhn;)V
      intermediary method_3796 Lnet/minecraft/class_1107;method_3796(Lnet/minecraft/class_1103;)V
      named method_3796 Lnet/minecraft/client/world/ChunkRenderThread;method_3796(Lnet/minecraft/world/Heightmap;)V