Class BreezeDebugRenderer

java.lang.Object
net.minecraft.client.render.debug.BreezeDebugRenderer

@Environment(CLIENT) public class BreezeDebugRenderer extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/debug/BreezeDebugRenderer
intermediary net/minecraft/class_8985
official ggy
  • Field Details

    • PINK

      private static final int PINK
      Mappings:
      Namespace Name Mixin selector
      named PINK Lnet/minecraft/client/render/debug/BreezeDebugRenderer;PINK:I
      intermediary field_47465 Lnet/minecraft/class_8985;field_47465:I
      official a Lggy;a:I
    • LIGHT_BLUE

      private static final int LIGHT_BLUE
      Mappings:
      Namespace Name Mixin selector
      named LIGHT_BLUE Lnet/minecraft/client/render/debug/BreezeDebugRenderer;LIGHT_BLUE:I
      intermediary field_47466 Lnet/minecraft/class_8985;field_47466:I
      official b Lggy;b:I
    • GREEN

      private static final int GREEN
      Mappings:
      Namespace Name Mixin selector
      named GREEN Lnet/minecraft/client/render/debug/BreezeDebugRenderer;GREEN:I
      intermediary field_47467 Lnet/minecraft/class_8985;field_47467:I
      official c Lggy;c:I
    • ORANGE

      private static final int ORANGE
      Mappings:
      Namespace Name Mixin selector
      named ORANGE Lnet/minecraft/client/render/debug/BreezeDebugRenderer;ORANGE:I
      intermediary field_47468 Lnet/minecraft/class_8985;field_47468:I
      official d Lggy;d:I
    • RED

      private static final int RED
      Mappings:
      Namespace Name Mixin selector
      named RED Lnet/minecraft/client/render/debug/BreezeDebugRenderer;RED:I
      intermediary field_47469 Lnet/minecraft/class_8985;field_47469:I
      official e Lggy;e:I
    • field_47470

      private static final int field_47470
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_47470 Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47470:I
      intermediary field_47470 Lnet/minecraft/class_8985;field_47470:I
      official f Lggy;f:I
    • field_47471

      private static final float field_47471
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_47471 Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47471:F
      intermediary field_47471 Lnet/minecraft/class_8985;field_47471:F
      official g Lggy;g:F
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/render/debug/BreezeDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_47472 Lnet/minecraft/class_8985;field_47472:Lnet/minecraft/class_310;
      official h Lggy;h:Lffh;
    • breezes

      Mappings:
      Namespace Name Mixin selector
      named breezes Lnet/minecraft/client/render/debug/BreezeDebugRenderer;breezes:Ljava/util/Map;
      intermediary field_47473 Lnet/minecraft/class_8985;field_47473:Ljava/util/Map;
      official i Lggy;i:Ljava/util/Map;
  • Constructor Details

    • BreezeDebugRenderer

      public BreezeDebugRenderer(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/debug/BreezeDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
      intermediary <init> Lnet/minecraft/class_8985;<init>(Lnet/minecraft/class_310;)V
      official <init> Lggy;<init>(Lffh;)V
  • Method Details

    • render

      public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/debug/BreezeDebugRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
      intermediary method_55259 Lnet/minecraft/class_8985;method_55259(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
      official a Lggy;a(Lfaa;Lgdq;DDD)V
    • drawLine

      private static void drawLine(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vec3d entityPos, Vec3d targetPos, int color)
      Mappings:
      Namespace Name Mixin selector
      named drawLine Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawLine(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;I)V
      intermediary method_55262 Lnet/minecraft/class_8985;method_55262(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_243;Lnet/minecraft/class_243;I)V
      official a Lggy;a(Lfaa;Lgdq;DDDLevt;Levt;I)V
    • drawCurve

      private static void drawCurve(Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color)
      Mappings:
      Namespace Name Mixin selector
      named drawCurve Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawCurve(Lorg/joml/Matrix4f;DDDLnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Vec3d;FI)V
      intermediary method_55265 Lnet/minecraft/class_8985;method_55265(Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V
      official a Lggy;a(Lorg/joml/Matrix4f;DDDLfae;Levt;FI)V
    • drawCurvePart

      private static void drawCurvePart(int index, Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color)
      Mappings:
      Namespace Name Mixin selector
      named drawCurvePart Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawCurvePart(ILorg/joml/Matrix4f;DDDLnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Vec3d;FI)V
      intermediary method_55256 Lnet/minecraft/class_8985;method_55256(ILorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V
      official a Lggy;a(ILorg/joml/Matrix4f;DDDLfae;Levt;FI)V
    • clear

      public void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/client/render/debug/BreezeDebugRenderer;clear()V
      intermediary method_55255 Lnet/minecraft/class_8985;method_55255()V
      official a Lggy;a()V
    • addBreezeDebugInfo

      public void addBreezeDebugInfo(DebugBreezeCustomPayload.BreezeInfo breezeDebugInfo)
      Mappings:
      Namespace Name Mixin selector
      named addBreezeDebugInfo Lnet/minecraft/client/render/debug/BreezeDebugRenderer;addBreezeDebugInfo(Lnet/minecraft/network/packet/s2c/custom/DebugBreezeCustomPayload$BreezeInfo;)V
      intermediary method_55266 Lnet/minecraft/class_8985;method_55266(Lnet/minecraft/class_9004$class_9005;)V
      official a Lggy;a(Laaw$a;)V