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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lbxn;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_11053 Lnet/minecraft/class_2477;field_11053: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 Lbxn;b:Lbxm;
      intermediary field_11054 Lnet/minecraft/class_2477;field_11054:Lnet/minecraft/class_2476;
      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 Lbxn;c:Lbum;
      intermediary field_11055 Lnet/minecraft/class_2477;field_11055:Lnet/minecraft/class_2397;
      named buffers Lnet/minecraft/client/world/ChunkRenderThread;buffers:Lnet/minecraft/client/render/RenderLayerBuffers;
    • field_13614

      private boolean field_13614
      Mappings:
      Namespace Name Mixin selector
      official d Lbxn;d:Z
      intermediary field_13614 Lnet/minecraft/class_2477;field_13614:Z
      named field_13614 Lnet/minecraft/client/world/ChunkRenderThread;field_13614:Z
  • Constructor Details

    • ChunkRenderThread

      public ChunkRenderThread(ChunkBuilder chunkBuilder)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbxn;<init>(Lbxm;)V
      intermediary <init> Lnet/minecraft/class_2477;<init>(Lnet/minecraft/class_2476;)V
      named <init> Lnet/minecraft/client/world/ChunkRenderThread;<init>(Lnet/minecraft/client/render/chunk/ChunkBuilder;)V
    • ChunkRenderThread

      public ChunkRenderThread(ChunkBuilder chunkBuilder, @Nullable RenderLayerBuffers buffers)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbxn;<init>(Lbxm;Lbum;)V
      intermediary <init> Lnet/minecraft/class_2477;<init>(Lnet/minecraft/class_2476;Lnet/minecraft/class_2397;)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 Lbxn;run()V
      intermediary run Lnet/minecraft/class_2477;run()V
      named run Lnet/minecraft/client/world/ChunkRenderThread;run()V
    • method_10137

      protected void method_10137(ChunkBuilder chunkBuilder) throws InterruptedException
      Throws:
      InterruptedException
      Mappings:
      Namespace Name Mixin selector
      official a Lbxn;a(Lbxl;)V
      intermediary method_10137 Lnet/minecraft/class_2477;method_10137(Lnet/minecraft/class_2473;)V
      named method_10137 Lnet/minecraft/client/world/ChunkRenderThread;method_10137(Lnet/minecraft/client/world/ChunkBuilder;)V
    • method_12426

      private boolean method_12426(BlockPos blockPos, World world)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxn;a(Let;Lamu;)Z
      intermediary method_12426 Lnet/minecraft/class_2477;method_12426(Lnet/minecraft/class_2552;Lnet/minecraft/class_1150;)Z
      named method_12426 Lnet/minecraft/client/world/ChunkRenderThread;method_12426(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/World;)Z
    • method_10139

      private RenderLayerBuffers method_10139() throws InterruptedException
      Throws:
      InterruptedException
      Mappings:
      Namespace Name Mixin selector
      official c Lbxn;c()Lbum;
      intermediary method_10139 Lnet/minecraft/class_2477;method_10139()Lnet/minecraft/class_2397;
      named method_10139 Lnet/minecraft/client/world/ChunkRenderThread;method_10139()Lnet/minecraft/client/render/RenderLayerBuffers;
    • method_10140

      private void method_10140(ChunkBuilder chunkBuilder)
      Mappings:
      Namespace Name Mixin selector
      official b Lbxn;b(Lbxl;)V
      intermediary method_10140 Lnet/minecraft/class_2477;method_10140(Lnet/minecraft/class_2473;)V
      named method_10140 Lnet/minecraft/client/world/ChunkRenderThread;method_10140(Lnet/minecraft/client/world/ChunkBuilder;)V
    • method_12425

      public void method_12425()
      Mappings:
      Namespace Name Mixin selector
      official a Lbxn;a()V
      intermediary method_12425 Lnet/minecraft/class_2477;method_12425()V
      named method_12425 Lnet/minecraft/client/world/ChunkRenderThread;method_12425()V