Class BreezeDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.BreezeDebugRenderer
-
Field Summary
Modifier 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(BreezeDebugPayload.BreezeInfo p_312506_) 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 p_311968_, MultiBufferSource p_312154_, double p_312731_, double p_312933_, double p_312347_, Vec3 p_312653_, Vec3 p_312341_, int p_311785_) void
render
(PoseStack p_312334_, MultiBufferSource p_312422_, double p_312916_, double p_312212_, double p_312705_)
-
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 p_312334_, MultiBufferSource p_312422_, double p_312916_, double p_312212_, double p_312705_) -
drawLine
private static void drawLine(PoseStack p_311968_, MultiBufferSource p_312154_, double p_312731_, double p_312933_, double p_312347_, Vec3 p_312653_, Vec3 p_312341_, int p_311785_) -
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
-