Class BreezeDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.BreezeDebugRenderer
- Mappings:
Namespace Name official fwo
intermediary net/minecraft/class_8985
named net/minecraft/client/render/debug/BreezeDebugRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map<Integer,
DebugBreezeCustomPayload.BreezeInfo> private final MinecraftClient
private static final int
private static final float
private static final int
private static final int
private static final int
private static final int
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBreezeDebugInfo
(DebugBreezeCustomPayload.BreezeInfo breezeDebugInfo) void
clear()
private static void
drawCurve
(Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) private static void
drawCurvePart
(int index, Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) private static void
drawLine
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vec3d entityPos, Vec3d targetPos, int color) void
render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
-
Field Details
-
PINK
private static final int PINK- Mappings:
Namespace Name Mixin selector official a
Lfwo;a:I
intermediary field_47465
Lnet/minecraft/class_8985;field_47465:I
named PINK
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;PINK:I
-
LIGHT_BLUE
private static final int LIGHT_BLUE- Mappings:
Namespace Name Mixin selector official b
Lfwo;b:I
intermediary field_47466
Lnet/minecraft/class_8985;field_47466:I
named LIGHT_BLUE
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;LIGHT_BLUE:I
-
GREEN
private static final int GREEN- Mappings:
Namespace Name Mixin selector official c
Lfwo;c:I
intermediary field_47467
Lnet/minecraft/class_8985;field_47467:I
named GREEN
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;GREEN:I
-
ORANGE
private static final int ORANGE- Mappings:
Namespace Name Mixin selector official d
Lfwo;d:I
intermediary field_47468
Lnet/minecraft/class_8985;field_47468:I
named ORANGE
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;ORANGE:I
-
RED
private static final int RED- Mappings:
Namespace Name Mixin selector official e
Lfwo;e:I
intermediary field_47469
Lnet/minecraft/class_8985;field_47469:I
named RED
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;RED:I
-
field_47470
private static final int field_47470- See Also:
- Mappings:
Namespace Name Mixin selector official f
Lfwo;f:I
intermediary field_47470
Lnet/minecraft/class_8985;field_47470:I
named field_47470
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47470:I
-
field_47471
private static final float field_47471- See Also:
- Mappings:
Namespace Name Mixin selector official g
Lfwo;g:F
intermediary field_47471
Lnet/minecraft/class_8985;field_47471:F
named field_47471
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47471:F
-
client
- Mappings:
Namespace Name Mixin selector official h
Lfwo;h:Levi;
intermediary field_47472
Lnet/minecraft/class_8985;field_47472:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
breezes
- Mappings:
Namespace Name Mixin selector official i
Lfwo;i:Ljava/util/Map;
intermediary field_47473
Lnet/minecraft/class_8985;field_47473:Ljava/util/Map;
named breezes
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;breezes:Ljava/util/Map;
-
-
Constructor Details
-
BreezeDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfwo;<init>(Levi;)V
intermediary <init>
Lnet/minecraft/class_8985;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector official a
Lfwo;a(Leqb;Lfth;DDD)V
intermediary method_55259
Lnet/minecraft/class_8985;method_55259(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
named render
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
-
drawLine
private static void drawLine(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Vec3d entityPos, Vec3d targetPos, int color) - Mappings:
Namespace Name Mixin selector official a
Lfwo;a(Leqb;Lfth;DDDLelt;Lelt;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
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
-
drawCurve
private static void drawCurve(Matrix4f matrix, double cameraX, double cameraY, double cameraZ, VertexConsumer vertexConsumer, Vec3d targetPos, float multiplier, int color) - Mappings:
Namespace Name Mixin selector official a
Lfwo;a(Lorg/joml/Matrix4f;DDDLeqf;Lelt;FI)V
intermediary method_55265
Lnet/minecraft/class_8985;method_55265(Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V
named drawCurve
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawCurve(Lorg/joml/Matrix4f;DDDLnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Vec3d;FI)V
-
drawCurvePart
private 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 official a
Lfwo;a(ILorg/joml/Matrix4f;DDDLeqf;Lelt;FI)V
intermediary method_55256
Lnet/minecraft/class_8985;method_55256(ILorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)V
named drawCurvePart
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;drawCurvePart(ILorg/joml/Matrix4f;DDDLnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/util/math/Vec3d;FI)V
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official a
Lfwo;a()V
intermediary method_55255
Lnet/minecraft/class_8985;method_55255()V
named clear
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;clear()V
-
addBreezeDebugInfo
- Mappings:
Namespace Name Mixin selector official a
Lfwo;a(Lxz$a;)V
intermediary method_55266
Lnet/minecraft/class_8985;method_55266(Lnet/minecraft/class_9004$class_9005;)V
named addBreezeDebugInfo
Lnet/minecraft/client/render/debug/BreezeDebugRenderer;addBreezeDebugInfo(Lnet/minecraft/network/packet/s2c/custom/DebugBreezeCustomPayload$BreezeInfo;)V
-