Class NeighborUpdateDebugRenderer

java.lang.Object
net.minecraft.client.render.debug.NeighborUpdateDebugRenderer
All Implemented Interfaces:
DebugRenderer.Renderer

@Environment(CLIENT) public class NeighborUpdateDebugRenderer extends Object implements DebugRenderer.Renderer
Mappings:
Namespace Name
official fhf
intermediary net/minecraft/class_869
named net/minecraft/client/render/debug/NeighborUpdateDebugRenderer
  • Field Details

    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official a Lfhf;a:Lejf;
      intermediary field_4622 Lnet/minecraft/class_869;field_4622:Lnet/minecraft/class_310;
      named client Lnet/minecraft/client/render/debug/NeighborUpdateDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
    • neighborUpdates

      private final Map<Long,Map<BlockPos,Integer>> neighborUpdates
      Mappings:
      Namespace Name Mixin selector
      official b Lfhf;b:Ljava/util/Map;
      intermediary field_4623 Lnet/minecraft/class_869;field_4623:Ljava/util/Map;
      named neighborUpdates Lnet/minecraft/client/render/debug/NeighborUpdateDebugRenderer;neighborUpdates:Ljava/util/Map;
  • Constructor Details

    • NeighborUpdateDebugRenderer

      NeighborUpdateDebugRenderer(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhf;<init>(Lejf;)V
      intermediary <init> Lnet/minecraft/class_869;<init>(Lnet/minecraft/class_310;)V
      named <init> Lnet/minecraft/client/render/debug/NeighborUpdateDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
  • Method Details

    • addNeighborUpdate

      public void addNeighborUpdate(long time, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lfhf;a(JLgp;)V
      intermediary method_3870 Lnet/minecraft/class_869;method_3870(JLnet/minecraft/class_2338;)V
      named addNeighborUpdate Lnet/minecraft/client/render/debug/NeighborUpdateDebugRenderer;addNeighborUpdate(JLnet/minecraft/util/math/BlockPos;)V
    • render

      public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
      Specified by:
      render in interface DebugRenderer.Renderer
      Mappings:
      Namespace Name Mixin selector
      official a Lfgz$a;a(Leed;Lfdv;DDD)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V