Class SupportingBlockDebugRenderer

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

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

    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_44828 Lnet/minecraft/class_8560;field_44828:Lnet/minecraft/class_310;
      official a Lhpp;a:Lgcx;
    • lastEntityCheckTime

      private double lastEntityCheckTime
      Mappings:
      Namespace Name Mixin selector
      named lastEntityCheckTime Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;lastEntityCheckTime:D
      intermediary field_44829 Lnet/minecraft/class_8560;field_44829:D
      official b Lhpp;b:D
    • entities

      private List<Entity> entities
      Mappings:
      Namespace Name Mixin selector
      named entities Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;entities:Ljava/util/List;
      intermediary field_44830 Lnet/minecraft/class_8560;field_44830:Ljava/util/List;
      official c Lhpp;c:Ljava/util/List;
  • Constructor Details

    • SupportingBlockDebugRenderer

      public SupportingBlockDebugRenderer(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
      intermediary <init> Lnet/minecraft/class_8560;<init>(Lnet/minecraft/class_310;)V
      official <init> Lhpp;<init>(Lgcx;)V
  • Method Details

    • render

      public void render(double double2, double cameraX, double cameraY, DebugDataStore store, Frustum frustum, float tickDelta)
      Specified by:
      render in interface DebugRenderer.Renderer
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;F)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;F)V
      official a Lhoy$a;a(DDDLbxa;Lhop;F)V
    • renderBlockHighlights

      private void renderBlockHighlights(Entity entity, DoubleSupplier doubleSupplier, int int2)
      Mappings:
      Namespace Name Mixin selector
      named renderBlockHighlights Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlights(Lnet/minecraft/entity/Entity;Ljava/util/function/DoubleSupplier;I)V
      intermediary method_51790 Lnet/minecraft/class_8560;method_51790(Lnet/minecraft/class_1297;Ljava/util/function/DoubleSupplier;I)V
      official a Lhpp;a(Lcgd;Ljava/util/function/DoubleSupplier;I)V
    • getAdditionalDilation

      private double getAdditionalDilation(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named getAdditionalDilation Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;getAdditionalDilation(Lnet/minecraft/entity/Entity;)D
      intermediary method_51789 Lnet/minecraft/class_8560;method_51789(Lnet/minecraft/class_1297;)D
      official a Lhpp;a(Lcgd;)D
    • renderBlockHighlight

      private void renderBlockHighlight(BlockPos pos, double double2, int int2)
      Mappings:
      Namespace Name Mixin selector
      named renderBlockHighlight Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlight(Lnet/minecraft/util/math/BlockPos;DI)V
      intermediary method_51791 Lnet/minecraft/class_8560;method_51791(Lnet/minecraft/class_2338;DI)V
      official a Lhpp;a(Liz;DI)V