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 - official - fnp- intermediary - net/minecraft/class_8560- named - net/minecraft/client/render/debug/SupportingBlockDebugRenderer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate doublegetAdditionalDilation(Entity entity) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) private voidrenderBlockHighlight(BlockPos pos, MatrixStack matrices, double cameraX, double cameraY, double cameraZ, VertexConsumerProvider vertexConsumers, double dilation, float red, float green, float blue) private voidrenderBlockHighlights(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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Rendererclear
- 
Field Details- 
client- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnp;a:Lenn;- intermediary - field_44828- Lnet/minecraft/class_8560;field_44828:Lnet/minecraft/class_310;- named - client- Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
 
- 
lastEntityCheckTimeprivate double lastEntityCheckTime- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfnp;b:D- intermediary - field_44829- Lnet/minecraft/class_8560;field_44829:D- named - lastEntityCheckTime- Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;lastEntityCheckTime:D
 
- 
entities- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfnp;c:Ljava/util/List;- intermediary - field_44830- Lnet/minecraft/class_8560;field_44830:Ljava/util/List;- named - entities- Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;entities:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
SupportingBlockDebugRenderer- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfnp;<init>(Lenn;)V- intermediary - <init>- Lnet/minecraft/class_8560;<init>(Lnet/minecraft/class_310;)V- named - <init>- Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
 
 
- 
- 
Method Details- 
renderpublic void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
- renderin interface- DebugRenderer.Renderer
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnd$a;a(Leij;Lfjx;DDD)V- intermediary - method_23109- Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V- named - render- Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
 
- 
renderBlockHighlightsprivate 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 - official - a- Lfnp;a(Leij;Lfjx;DDDLbfj;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- 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
 
- 
getAdditionalDilation- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnp;a(Lbfj;)D- intermediary - method_51789- Lnet/minecraft/class_8560;method_51789(Lnet/minecraft/class_1297;)D- named - getAdditionalDilation- Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;getAdditionalDilation(Lnet/minecraft/entity/Entity;)D
 
- 
renderBlockHighlightprivate 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 - official - a- Lfnp;a(Lgu;Leij;DDDLfjx;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- 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
 
 
-