Class Heightmap

java.lang.Object
net.minecraft.world.Heightmap

@Environment(CLIENT)
public class Heightmap
extends Object
Mappings:
Namespace Name
official bhn
intermediary net/minecraft/class_1103
named net/minecraft/world/Heightmap
  • Field Details

    • field_4711

      private final ChunkRenderHelper field_4711
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn;a:Lbht;
      intermediary field_4711 Lnet/minecraft/class_1103;field_4711:Lnet/minecraft/class_1111;
      named field_4711 Lnet/minecraft/world/Heightmap;field_4711:Lnet/minecraft/client/render/ChunkRenderHelper;
    • field_4712

      private final ReentrantLock field_4712
      Mappings:
      Namespace Name Mixin selector
      official b Lbhn;b:Ljava/util/concurrent/locks/ReentrantLock;
      intermediary field_4712 Lnet/minecraft/class_1103;field_4712:Ljava/util/concurrent/locks/ReentrantLock;
      named field_4712 Lnet/minecraft/world/Heightmap;field_4712:Ljava/util/concurrent/locks/ReentrantLock;
    • field_4713

      private final List<Runnable> field_4713
      Mappings:
      Namespace Name Mixin selector
      official c Lbhn;c:Ljava/util/List;
      intermediary field_4713 Lnet/minecraft/class_1103;field_4713:Ljava/util/List;
      named field_4713 Lnet/minecraft/world/Heightmap;field_4713:Ljava/util/List;
    • field_4714

      private final Heightmap.class_1105 field_4714
      Mappings:
      Namespace Name Mixin selector
      official d Lbhn;d:Lbhn$b;
      intermediary field_4714 Lnet/minecraft/class_1103;field_4714:Lnet/minecraft/class_1103$class_1105;
      named field_4714 Lnet/minecraft/world/Heightmap;field_4714:Lnet/minecraft/world/Heightmap$class_1105;
    • renderLaterBuffers

      private RenderLayerBuffers renderLaterBuffers
      Mappings:
      Namespace Name Mixin selector
      official e Lbhn;e:Lbfg;
      intermediary field_4715 Lnet/minecraft/class_1103;field_4715:Lnet/minecraft/class_1006;
      named renderLaterBuffers Lnet/minecraft/world/Heightmap;renderLaterBuffers:Lnet/minecraft/client/render/RenderLayerBuffers;
    • field_4716

      private ChunkAssemblyHelper field_4716
      Mappings:
      Namespace Name Mixin selector
      official f Lbhn;f:Lbhq;
      intermediary field_4716 Lnet/minecraft/class_1103;field_4716:Lnet/minecraft/class_1108;
      named field_4716 Lnet/minecraft/world/Heightmap;field_4716:Lnet/minecraft/client/world/ChunkAssemblyHelper;
    • renderStatus

      private Heightmap.RenderStatus renderStatus
      Mappings:
      Namespace Name Mixin selector
      official g Lbhn;g:Lbhn$a;
      intermediary field_4717 Lnet/minecraft/class_1103;field_4717:Lnet/minecraft/class_1103$class_1104;
      named renderStatus Lnet/minecraft/world/Heightmap;renderStatus:Lnet/minecraft/world/Heightmap$RenderStatus;
    • field_4718

      private boolean field_4718
      Mappings:
      Namespace Name Mixin selector
      official h Lbhn;h:Z
      intermediary field_4718 Lnet/minecraft/class_1103;field_4718:Z
      named field_4718 Lnet/minecraft/world/Heightmap;field_4718:Z
  • Constructor Details

    • Heightmap

      public Heightmap​(ChunkRenderHelper renderHelper, Heightmap.class_1105 class_1105)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbhn;<init>(Lbht;Lbhn$b;)V
      intermediary <init> Lnet/minecraft/class_1103;<init>(Lnet/minecraft/class_1111;Lnet/minecraft/class_1103$class_1105;)V
      named <init> Lnet/minecraft/world/Heightmap;<init>(Lnet/minecraft/client/render/ChunkRenderHelper;Lnet/minecraft/world/Heightmap$class_1105;)V
  • Method Details

    • getRenderStatus

      public Heightmap.RenderStatus getRenderStatus()
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn;a()Lbhn$a;
      intermediary method_3766 Lnet/minecraft/class_1103;method_3766()Lnet/minecraft/class_1103$class_1104;
      named getRenderStatus Lnet/minecraft/world/Heightmap;getRenderStatus()Lnet/minecraft/world/Heightmap$RenderStatus;
    • method_3771

      public ChunkRenderHelper method_3771()
      Mappings:
      Namespace Name Mixin selector
      official b Lbhn;b()Lbht;
      intermediary method_3771 Lnet/minecraft/class_1103;method_3771()Lnet/minecraft/class_1111;
      named method_3771 Lnet/minecraft/world/Heightmap;method_3771()Lnet/minecraft/client/render/ChunkRenderHelper;
    • method_3772

      public ChunkAssemblyHelper method_3772()
      Mappings:
      Namespace Name Mixin selector
      official c Lbhn;c()Lbhq;
      intermediary method_3772 Lnet/minecraft/class_1103;method_3772()Lnet/minecraft/class_1108;
      named method_3772 Lnet/minecraft/world/Heightmap;method_3772()Lnet/minecraft/client/world/ChunkAssemblyHelper;
    • method_3769

      public void method_3769​(ChunkAssemblyHelper chunkAssemblyHelper)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn;a(Lbhq;)V
      intermediary method_3769 Lnet/minecraft/class_1103;method_3769(Lnet/minecraft/class_1108;)V
      named method_3769 Lnet/minecraft/world/Heightmap;method_3769(Lnet/minecraft/client/world/ChunkAssemblyHelper;)V
    • getRenderLaterBuffers

      public RenderLayerBuffers getRenderLaterBuffers()
      Mappings:
      Namespace Name Mixin selector
      official d Lbhn;d()Lbfg;
      intermediary method_3773 Lnet/minecraft/class_1103;method_3773()Lnet/minecraft/class_1006;
      named getRenderLaterBuffers Lnet/minecraft/world/Heightmap;getRenderLaterBuffers()Lnet/minecraft/client/render/RenderLayerBuffers;
    • setRenderLayerBuffers

      public void setRenderLayerBuffers​(RenderLayerBuffers renderLaterBuffers)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn;a(Lbfg;)V
      intermediary method_3767 Lnet/minecraft/class_1103;method_3767(Lnet/minecraft/class_1006;)V
      named setRenderLayerBuffers Lnet/minecraft/world/Heightmap;setRenderLayerBuffers(Lnet/minecraft/client/render/RenderLayerBuffers;)V
    • method_3768

      public void method_3768​(Heightmap.RenderStatus renderStatus)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn;a(Lbhn$a;)V
      intermediary method_3768 Lnet/minecraft/class_1103;method_3768(Lnet/minecraft/class_1103$class_1104;)V
      named method_3768 Lnet/minecraft/world/Heightmap;method_3768(Lnet/minecraft/world/Heightmap$RenderStatus;)V
    • method_3774

      public void method_3774()
      Mappings:
      Namespace Name Mixin selector
      official e Lbhn;e()V
      intermediary method_3774 Lnet/minecraft/class_1103;method_3774()V
      named method_3774 Lnet/minecraft/world/Heightmap;method_3774()V
    • method_3770

      public void method_3770​(Runnable runnable)
      Mappings:
      Namespace Name Mixin selector
      official a Lbhn;a(Ljava/lang/Runnable;)V
      intermediary method_3770 Lnet/minecraft/class_1103;method_3770(Ljava/lang/Runnable;)V
      named method_3770 Lnet/minecraft/world/Heightmap;method_3770(Ljava/lang/Runnable;)V
    • method_3775

      public ReentrantLock method_3775()
      Mappings:
      Namespace Name Mixin selector
      official f Lbhn;f()Ljava/util/concurrent/locks/ReentrantLock;
      intermediary method_3775 Lnet/minecraft/class_1103;method_3775()Ljava/util/concurrent/locks/ReentrantLock;
      named method_3775 Lnet/minecraft/world/Heightmap;method_3775()Ljava/util/concurrent/locks/ReentrantLock;
    • method_3776

      public Heightmap.class_1105 method_3776()
      Mappings:
      Namespace Name Mixin selector
      official g Lbhn;g()Lbhn$b;
      intermediary method_3776 Lnet/minecraft/class_1103;method_3776()Lnet/minecraft/class_1103$class_1105;
      named method_3776 Lnet/minecraft/world/Heightmap;method_3776()Lnet/minecraft/world/Heightmap$class_1105;
    • method_3777

      public boolean method_3777()
      Mappings:
      Namespace Name Mixin selector
      official h Lbhn;h()Z
      intermediary method_3777 Lnet/minecraft/class_1103;method_3777()Z
      named method_3777 Lnet/minecraft/world/Heightmap;method_3777()Z