Class BreezeDebugRenderer

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

public class BreezeDebugRenderer extends Object
  • Field Details

    • JUMP_TARGET_LINE_COLOR

      private static final int JUMP_TARGET_LINE_COLOR
    • TARGET_LINE_COLOR

      private static final int TARGET_LINE_COLOR
    • INNER_CIRCLE_COLOR

      private static final int INNER_CIRCLE_COLOR
    • MIDDLE_CIRCLE_COLOR

      private static final int MIDDLE_CIRCLE_COLOR
    • OUTER_CIRCLE_COLOR

      private static final int OUTER_CIRCLE_COLOR
    • CIRCLE_VERTICES

      private static final int CIRCLE_VERTICES
      See Also:
    • SEGMENT_SIZE_RADIANS

      private static final float SEGMENT_SIZE_RADIANS
      See Also:
    • minecraft

      private final Minecraft minecraft
    • perEntity

      private final Map<Integer,BreezeDebugPayload.BreezeInfo> perEntity
  • Constructor Details

    • BreezeDebugRenderer

      public BreezeDebugRenderer(Minecraft p_312673_)
  • Method Details

    • render

      public void render(PoseStack p_311387_, MultiBufferSource p_310722_, double p_312623_, double p_310151_, double p_312438_)
    • drawLine

      private static void drawLine(PoseStack p_310860_, MultiBufferSource p_311050_, double p_312740_, double p_310856_, double p_311669_, Vec3 p_309935_, Vec3 p_311298_, int p_312664_)
    • drawCircle

      private static void drawCircle(org.joml.Matrix4f p_309536_, double p_312264_, double p_310099_, double p_311317_, VertexConsumer p_310217_, Vec3 p_311990_, float p_311488_, int p_309735_)
    • drawCircleVertex

      private static void drawCircleVertex(int p_313136_, org.joml.Matrix4f p_311552_, double p_312433_, double p_309912_, double p_312340_, VertexConsumer p_311728_, Vec3 p_312252_, float p_311583_, int p_312406_)
    • clear

      public void clear()
    • add

      public void add(BreezeDebugPayload.BreezeInfo p_313013_)