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 frbintermediary net/minecraft/class_8560named net/minecraft/client/render/debug/SupportingBlockDebugRenderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Renderer
clear
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector official aLfrb;a:Leqn;intermediary field_44828Lnet/minecraft/class_8560;field_44828:Lnet/minecraft/class_310;named clientLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
lastEntityCheckTime
private double lastEntityCheckTime- Mappings:
Namespace Name Mixin selector official bLfrb;b:Dintermediary field_44829Lnet/minecraft/class_8560;field_44829:Dnamed lastEntityCheckTimeLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;lastEntityCheckTime:D
-
entities
- Mappings:
Namespace Name Mixin selector official cLfrb;c:Ljava/util/List;intermediary field_44830Lnet/minecraft/class_8560;field_44830:Ljava/util/List;named entitiesLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;entities:Ljava/util/List;
-
-
Constructor Details
-
SupportingBlockDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lfrb;<init>(Leqn;)Vintermediary <init>Lnet/minecraft/class_8560;<init>(Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector official aLfqp$a;a(Lelh;Lfng;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vnamed renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;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 official aLfrb;a(Lelh;Lfng;DDDLbig;Ljava/util/function/DoubleSupplier;FFF)Vintermediary method_51790Lnet/minecraft/class_8560;method_51790(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_1297;Ljava/util/function/DoubleSupplier;FFF)Vnamed renderBlockHighlightsLnet/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 aLfrb;a(Lbig;)Dintermediary method_51789Lnet/minecraft/class_8560;method_51789(Lnet/minecraft/class_1297;)Dnamed getAdditionalDilationLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;getAdditionalDilation(Lnet/minecraft/entity/Entity;)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 official aLfrb;a(Lgv;Lelh;DDDLfng;DFFF)Vintermediary method_51791Lnet/minecraft/class_8560;method_51791(Lnet/minecraft/class_2338;Lnet/minecraft/class_4587;DDDLnet/minecraft/class_4597;DFFF)Vnamed renderBlockHighlightLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlight(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/util/math/MatrixStack;DDDLnet/minecraft/client/render/VertexConsumerProvider;DFFF)V
-