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 pMinecraft)
  • Method Details

    • render

      public void render(PoseStack pPoseStack, MultiBufferSource pBuffer, double pXOffset, double pYOffset, double pZOffset)
    • drawLine

      private static void drawLine(PoseStack pPoseStack, MultiBufferSource pBuffer, double pXOffset, double pYOffset, double pZOffset, Vec3 pFromPos, Vec3 pToPos, int pColor)
    • drawCircle

      private static void drawCircle(org.joml.Matrix4f p_312289_, double p_312777_, double p_312720_, double p_312378_, VertexConsumer p_312840_, Vec3 p_312033_, float p_312193_, int p_312116_)
    • drawCircleVertex

      private static void drawCircleVertex(int p_312234_, org.joml.Matrix4f p_312568_, double p_312049_, double p_312421_, double p_311755_, VertexConsumer p_311778_, Vec3 p_312214_, float p_312646_, int p_312055_)
    • clear

      public void clear()
    • add

      public void add(BreezeDebugPayload.BreezeInfo pBreeze)