Class BreezeDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.BreezeDebugRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
private static final int
private final Minecraft
private static final int
private final Map
<Integer, BreezeDebugPayload.BreezeInfo> private static final float
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(BreezeDebugPayload.BreezeInfo pBreeze) void
clear()
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_) 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_) private static void
drawLine
(PoseStack pPoseStack, MultiBufferSource pBuffer, double pXOffset, double pYOffset, double pZOffset, Vec3 pFromPos, Vec3 pToPos, int pColor) void
render
(PoseStack pPoseStack, MultiBufferSource pBuffer, double pXOffset, double pYOffset, double pZOffset)
-
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
-
perEntity
-
-
Constructor Details
-
BreezeDebugRenderer
-
-
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
-