Class BreezeDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.BreezeDebugRenderer
- Mappings:
Namespace Name official fwointermediary net/minecraft/class_8985named net/minecraft/client/render/debug/BreezeDebugRenderer
-
Field Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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
-
PINK
private static final int PINK- Mappings:
Namespace Name Mixin selector official aLfwo;a:Iintermediary field_47465Lnet/minecraft/class_8985;field_47465:Inamed PINKLnet/minecraft/client/render/debug/BreezeDebugRenderer;PINK:I
-
LIGHT_BLUE
private static final int LIGHT_BLUE- Mappings:
Namespace Name Mixin selector official bLfwo;b:Iintermediary field_47466Lnet/minecraft/class_8985;field_47466:Inamed LIGHT_BLUELnet/minecraft/client/render/debug/BreezeDebugRenderer;LIGHT_BLUE:I
-
GREEN
private static final int GREEN- Mappings:
Namespace Name Mixin selector official cLfwo;c:Iintermediary field_47467Lnet/minecraft/class_8985;field_47467:Inamed GREENLnet/minecraft/client/render/debug/BreezeDebugRenderer;GREEN:I
-
ORANGE
private static final int ORANGE- Mappings:
Namespace Name Mixin selector official dLfwo;d:Iintermediary field_47468Lnet/minecraft/class_8985;field_47468:Inamed ORANGELnet/minecraft/client/render/debug/BreezeDebugRenderer;ORANGE:I
-
RED
private static final int RED- Mappings:
Namespace Name Mixin selector official eLfwo;e:Iintermediary field_47469Lnet/minecraft/class_8985;field_47469:Inamed REDLnet/minecraft/client/render/debug/BreezeDebugRenderer;RED:I
-
field_47470
private static final int field_47470- See Also:
- Mappings:
Namespace Name Mixin selector official fLfwo;f:Iintermediary field_47470Lnet/minecraft/class_8985;field_47470:Inamed field_47470Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47470:I
-
field_47471
private static final float field_47471- See Also:
- Mappings:
Namespace Name Mixin selector official gLfwo;g:Fintermediary field_47471Lnet/minecraft/class_8985;field_47471:Fnamed field_47471Lnet/minecraft/client/render/debug/BreezeDebugRenderer;field_47471:F
-
client
- Mappings:
Namespace Name Mixin selector official hLfwo;h:Levi;intermediary field_47472Lnet/minecraft/class_8985;field_47472:Lnet/minecraft/class_310;named clientLnet/minecraft/client/render/debug/BreezeDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
breezes
- Mappings:
Namespace Name Mixin selector official iLfwo;i:Ljava/util/Map;intermediary field_47473Lnet/minecraft/class_8985;field_47473:Ljava/util/Map;named breezesLnet/minecraft/client/render/debug/BreezeDebugRenderer;breezes:Ljava/util/Map;
-
-
Constructor Details
-
BreezeDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lfwo;<init>(Levi;)Vintermediary <init>Lnet/minecraft/class_8985;<init>(Lnet/minecraft/class_310;)Vnamed <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 aLfwo;a(Leqb;Lfth;DDD)Vintermediary method_55259Lnet/minecraft/class_8985;method_55259(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vnamed renderLnet/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 aLfwo;a(Leqb;Lfth;DDDLelt;Lelt;I)Vintermediary method_55262Lnet/minecraft/class_8985;method_55262(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_243;Lnet/minecraft/class_243;I)Vnamed drawLineLnet/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 aLfwo;a(Lorg/joml/Matrix4f;DDDLeqf;Lelt;FI)Vintermediary method_55265Lnet/minecraft/class_8985;method_55265(Lorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)Vnamed drawCurveLnet/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 aLfwo;a(ILorg/joml/Matrix4f;DDDLeqf;Lelt;FI)Vintermediary method_55256Lnet/minecraft/class_8985;method_55256(ILorg/joml/Matrix4f;DDDLnet/minecraft/class_4588;Lnet/minecraft/class_243;FI)Vnamed drawCurvePartLnet/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 aLfwo;a()Vintermediary method_55255Lnet/minecraft/class_8985;method_55255()Vnamed clearLnet/minecraft/client/render/debug/BreezeDebugRenderer;clear()V
-
addBreezeDebugInfo
- Mappings:
Namespace Name Mixin selector official aLfwo;a(Lxz$a;)Vintermediary method_55266Lnet/minecraft/class_8985;method_55266(Lnet/minecraft/class_9004$class_9005;)Vnamed addBreezeDebugInfoLnet/minecraft/client/render/debug/BreezeDebugRenderer;addBreezeDebugInfo(Lnet/minecraft/network/packet/s2c/custom/DebugBreezeCustomPayload$BreezeInfo;)V
-