Class OctreeDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.OctreeDebugRenderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/OctreeDebugRendererintermediary net/minecraft/class_10161official gps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static floatgetColorComponent(long size, float gradient) voidrender(MatrixStack matrices, Frustum frustum, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) private voidrenderNode(Octree.Node node, MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, int depth, boolean skipVisibilityCheck, MutableInt id, boolean bool)
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/debug/OctreeDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_53963Lnet/minecraft/class_10161;field_53963:Lnet/minecraft/class_310;official aLgps;a:Lfmf;
-
-
Constructor Details
-
OctreeDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/debug/OctreeDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)Vintermediary <init>Lnet/minecraft/class_10161;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lgps;<init>(Lfmf;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, Frustum frustum, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/OctreeDebugRenderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/Frustum;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)Vintermediary method_62982Lnet/minecraft/class_10161;method_62982(Lnet/minecraft/class_4587;Lnet/minecraft/class_4604;Lnet/minecraft/class_4597;DDD)Vofficial aLgps;a(Lfgr;Lgpb;Lglk;DDD)V
-
renderNode
private void renderNode(Octree.Node node, MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, int depth, boolean skipVisibilityCheck, MutableInt id, boolean bool) - Mappings:
Namespace Name Mixin selector named renderNodeLnet/minecraft/client/render/debug/OctreeDebugRenderer;renderNode(Lnet/minecraft/client/render/chunk/Octree$Node;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDIZLorg/apache/commons/lang3/mutable/MutableInt;Z)Vintermediary method_62983Lnet/minecraft/class_10161;method_62983(Lnet/minecraft/class_10143$class_10147;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDIZLorg/apache/commons/lang3/mutable/MutableInt;Z)Vofficial aLgps;a(Lgll$d;Lfgr;Lglk;DDDIZLorg/apache/commons/lang3/mutable/MutableInt;Z)V
-
getColorComponent
private static float getColorComponent(long size, float gradient) - Mappings:
Namespace Name Mixin selector named getColorComponentLnet/minecraft/client/render/debug/OctreeDebugRenderer;getColorComponent(JF)Fintermediary method_62980Lnet/minecraft/class_10161;method_62980(JF)Fofficial aLgps;a(JF)F
-