Class BreezeDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.BreezeDebugRenderer
- Mappings:
- Namespace - Name - named - net/minecraft/client/render/debug/BreezeDebugRenderer- intermediary - net/minecraft/class_8985- official - gpv
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<Integer, DebugBreezeCustomPayload.BreezeInfo> private final MinecraftClientprivate static final intprivate static final floatprivate static final intprivate static final intprivate static final intprivate static final intprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddBreezeDebugInfo(DebugBreezeCustomPayload.BreezeInfo breezeDebugInfo) voidclear()private static voiddrawCurve(Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) private static voiddrawCurvePart(int index, Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) private static voiddrawLine(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vec3d entityPos, Vec3d targetPos, int color) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) 
- 
Field Details- 
PINKprivate static final int PINK- Mappings:
- Namespace - Name - Mixin selector - named - PINK- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;PINK:I- intermediary - field_47465- Lnet/minecraft/class_8985;field_47465:I- official - a- Lgpv;a:I
 
- 
LIGHT_BLUEprivate static final int LIGHT_BLUE- Mappings:
- Namespace - Name - Mixin selector - named - LIGHT_BLUE- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;LIGHT_BLUE:I- intermediary - field_47466- Lnet/minecraft/class_8985;field_47466:I- official - b- Lgpv;b:I
 
- 
GREENprivate static final int GREEN- Mappings:
- Namespace - Name - Mixin selector - named - GREEN- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;GREEN:I- intermediary - field_47467- Lnet/minecraft/class_8985;field_47467:I- official - c- Lgpv;c:I
 
- 
ORANGEprivate static final int ORANGE- Mappings:
- Namespace - Name - Mixin selector - named - ORANGE- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;ORANGE:I- intermediary - field_47468- Lnet/minecraft/class_8985;field_47468:I- official - d- Lgpv;d:I
 
- 
REDprivate static final int RED- Mappings:
- Namespace - Name - Mixin selector - named - RED- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;RED:I- intermediary - field_47469- Lnet/minecraft/class_8985;field_47469:I- official - e- Lgpv;e:I
 
- 
field_47470private static final int field_47470- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_47470- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47470:I- intermediary - field_47470- Lnet/minecraft/class_8985;field_47470:I- official - f- Lgpv;f:I
 
- 
field_47471private static final float field_47471- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_47471- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47471:F- intermediary - field_47471- Lnet/minecraft/class_8985;field_47471:F- official - g- Lgpv;g:F
 
- 
client- Mappings:
- Namespace - Name - Mixin selector - named - client- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;- intermediary - field_47472- Lnet/minecraft/class_8985;field_47472:Lnet/minecraft/class_310;- official - h- Lgpv;h:Lflk;
 
- 
breezes- Mappings:
- Namespace - Name - Mixin selector - named - breezes- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;breezes:Ljava/util/Map;- intermediary - field_47473- Lnet/minecraft/class_8985;field_47473:Ljava/util/Map;- official - i- Lgpv;i:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
BreezeDebugRenderer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V- intermediary - <init>- Lnet/minecraft/class_8985;<init>(Lnet/minecraft/class_310;)V- official - <init>- Lgpv;<init>(Lflk;)V
 
 
- 
- 
Method Details- 
renderpublic void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V- intermediary - method_55259- Lnet/minecraft/class_8985;method_55259(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V- official - a- Lgpv;a(Lffv;Lglz;DDD)V
 
- 
drawLineprivate static void drawLine(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vec3d entityPos, Vec3d targetPos, int color) - Mappings:
- Namespace - Name - Mixin selector - named - drawLine- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawLine(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;I)V- intermediary - method_55262- Lnet/minecraft/class_8985;method_55262(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_243;Lnet/minecraft/class_243;I)V- official - a- Lgpv;a(Lffv;Lglz;DDDLfbb;Lfbb;I)V
 
- 
drawCurveprivate static void drawCurve(Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) - Mappings:
- Namespace - Name - Mixin selector - named - drawCurve- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawCurve(Lorg/joml/Matrix4f;DDDLnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Vec3d;FI)V- intermediary - method_55265- Lnet/minecraft/class_8985;method_55265(Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V- official - a- Lgpv;a(Lorg/joml/Matrix4f;DDDLffz;Lfbb;FI)V
 
- 
drawCurvePartprivate static void drawCurvePart(int index, Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) - Mappings:
- Namespace - Name - Mixin selector - named - drawCurvePart- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawCurvePart(ILorg/joml/Matrix4f;DDDLnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Vec3d;FI)V- intermediary - method_55256- Lnet/minecraft/class_8985;method_55256(ILorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V- official - a- Lgpv;a(ILorg/joml/Matrix4f;DDDLffz;Lfbb;FI)V
 
- 
clearpublic void clear()- Mappings:
- Namespace - Name - Mixin selector - named - clear- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;clear()V- intermediary - method_55255- Lnet/minecraft/class_8985;method_55255()V- official - a- Lgpv;a()V
 
- 
addBreezeDebugInfo- Mappings:
- Namespace - Name - Mixin selector - named - addBreezeDebugInfo- Lnet/minecraft/client/render/debug/BreezeDebugRenderer;addBreezeDebugInfo(Lnet/minecraft/network/packet/s2c/custom/DebugBreezeCustomPayload$BreezeInfo;)V- intermediary - method_55266- Lnet/minecraft/class_8985;method_55266(Lnet/minecraft/class_9004$class_9005;)V- official - a- Lgpv;a(Lzy$a;)V
 
 
-