Class SupportingBlockDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.SupportingBlockDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class SupportingBlockDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/SupportingBlockDebugRenderer
intermediary net/minecraft/class_8560
official gho
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate double
getAdditionalDilation
(Entity entity) void
render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) private void
renderBlockHighlight
(BlockPos pos, MatrixStack matrices, double cameraX, double cameraY, double cameraZ, VertexConsumerProvider vertexConsumers, double dilation, float red, float green, float blue) private void
renderBlockHighlights
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Entity entity, DoubleSupplier extraDilation, float red, float green, float blue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Renderer
clear
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector named client
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
intermediary field_44828
Lnet/minecraft/class_8560;field_44828:Lnet/minecraft/class_310;
official a
Lgho;a:Lffh;
-
lastEntityCheckTime
private double lastEntityCheckTime- Mappings:
Namespace Name Mixin selector named lastEntityCheckTime
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;lastEntityCheckTime:D
intermediary field_44829
Lnet/minecraft/class_8560;field_44829:D
official b
Lgho;b:D
-
entities
- Mappings:
Namespace Name Mixin selector named entities
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;entities:Ljava/util/List;
intermediary field_44830
Lnet/minecraft/class_8560;field_44830:Ljava/util/List;
official c
Lgho;c:Ljava/util/List;
-
-
Constructor Details
-
SupportingBlockDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
intermediary <init>
Lnet/minecraft/class_8560;<init>(Lnet/minecraft/class_310;)V
official <init>
Lgho;<init>(Lffh;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
render
in interfaceDebugRenderer.Renderer
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
intermediary method_23109
Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
official a
Lghc$a;a(Lfaa;Lgdq;DDD)V
-
renderBlockHighlights
private void renderBlockHighlights(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, Entity entity, DoubleSupplier extraDilation, float red, float green, float blue) - Mappings:
Namespace Name Mixin selector named renderBlockHighlights
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlights(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/entity/Entity;Ljava/util/function/DoubleSupplier;FFF)V
intermediary method_51790
Lnet/minecraft/class_8560;method_51790(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_1297;Ljava/util/function/DoubleSupplier;FFF)V
official a
Lgho;a(Lfaa;Lgdq;DDDLbsw;Ljava/util/function/DoubleSupplier;FFF)V
-
getAdditionalDilation
- Mappings:
Namespace Name Mixin selector named getAdditionalDilation
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;getAdditionalDilation(Lnet/minecraft/entity/Entity;)D
intermediary method_51789
Lnet/minecraft/class_8560;method_51789(Lnet/minecraft/class_1297;)D
official a
Lgho;a(Lbsw;)D
-
renderBlockHighlight
private void renderBlockHighlight(BlockPos pos, MatrixStack matrices, double cameraX, double cameraY, double cameraZ, VertexConsumerProvider vertexConsumers, double dilation, float red, float green, float blue) - Mappings:
Namespace Name Mixin selector named renderBlockHighlight
Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlight(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;DDDLnet/minecraft/client/render/VertexConsumerProvider;DFFF)V
intermediary method_51791
Lnet/minecraft/class_8560;method_51791(Lnet/minecraft/class_2338;Lnet/minecraft/class_4587;DDDLnet/minecraft/class_4597;DFFF)V
official a
Lgho;a(Liz;Lfaa;DDDLgdq;DFFF)V
-