Class BreezeDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.BreezeDebugRenderer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate final Minecraftprivate static final intprivate final Map<Integer,BreezeDebugPayload.BreezeInfo> private static final floatprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(BreezeDebugPayload.BreezeInfo p_312506_) voidclear()private static voiddrawCircle(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 voiddrawCircleVertex(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 voiddrawLine(PoseStack p_311968_, MultiBufferSource p_312154_, double p_312731_, double p_312933_, double p_312347_, Vec3 p_312653_, Vec3 p_312341_, int p_311785_) voidrender(PoseStack p_312334_, MultiBufferSource p_312422_, double p_312916_, double p_312212_, double p_312705_) 
- 
Field Details- 
JUMP_TARGET_LINE_COLORprivate static final int JUMP_TARGET_LINE_COLOR
- 
TARGET_LINE_COLORprivate static final int TARGET_LINE_COLOR
- 
INNER_CIRCLE_COLORprivate static final int INNER_CIRCLE_COLOR
- 
MIDDLE_CIRCLE_COLORprivate static final int MIDDLE_CIRCLE_COLOR
- 
OUTER_CIRCLE_COLORprivate static final int OUTER_CIRCLE_COLOR
- 
CIRCLE_VERTICESprivate static final int CIRCLE_VERTICES- See Also:
 
- 
SEGMENT_SIZE_RADIANSprivate static final float SEGMENT_SIZE_RADIANS- See Also:
 
- 
minecraft
- 
perEntity
 
- 
- 
Constructor Details- 
BreezeDebugRenderer
 
- 
- 
Method Details- 
renderpublic void render(PoseStack p_312334_, MultiBufferSource p_312422_, double p_312916_, double p_312212_, double p_312705_) 
- 
drawLineprivate 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_) 
- 
drawCircleprivate 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_) 
- 
drawCircleVertexprivate 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_) 
- 
clearpublic void clear()
- 
add
 
-