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/SupportingBlockDebugRendererintermediary net/minecraft/class_8560official hpp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate doublegetAdditionalDilation(Entity entity) voidrender(double double2, double cameraX, double cameraY, DebugDataStore store, Frustum frustum, float tickDelta) private voidrenderBlockHighlight(BlockPos pos, double double2, int int2) private voidrenderBlockHighlights(Entity entity, DoubleSupplier doubleSupplier, int int2)
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_44828Lnet/minecraft/class_8560;field_44828:Lnet/minecraft/class_310;official aLhpp;a:Lgcx;
-
lastEntityCheckTime
private double lastEntityCheckTime- Mappings:
Namespace Name Mixin selector named lastEntityCheckTimeLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;lastEntityCheckTime:Dintermediary field_44829Lnet/minecraft/class_8560;field_44829:Dofficial bLhpp;b:D
-
entities
- Mappings:
Namespace Name Mixin selector named entitiesLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;entities:Ljava/util/List;intermediary field_44830Lnet/minecraft/class_8560;field_44830:Ljava/util/List;official cLhpp;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;)Vintermediary <init>Lnet/minecraft/class_8560;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lhpp;<init>(Lgcx;)V
-
-
Method Details
-
render
public void render(double double2, double cameraX, double cameraY, DebugDataStore store, Frustum frustum, float tickDelta) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;F)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;F)Vofficial aLhoy$a;a(DDDLbxa;Lhop;F)V
-
renderBlockHighlights
- Mappings:
Namespace Name Mixin selector named renderBlockHighlightsLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlights(Lnet/minecraft/entity/Entity;Ljava/util/function/DoubleSupplier;I)Vintermediary method_51790Lnet/minecraft/class_8560;method_51790(Lnet/minecraft/class_1297;Ljava/util/function/DoubleSupplier;I)Vofficial aLhpp;a(Lcgd;Ljava/util/function/DoubleSupplier;I)V
-
getAdditionalDilation
- Mappings:
Namespace Name Mixin selector named getAdditionalDilationLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;getAdditionalDilation(Lnet/minecraft/entity/Entity;)Dintermediary method_51789Lnet/minecraft/class_8560;method_51789(Lnet/minecraft/class_1297;)Dofficial aLhpp;a(Lcgd;)D
-
renderBlockHighlight
- Mappings:
Namespace Name Mixin selector named renderBlockHighlightLnet/minecraft/client/render/debug/SupportingBlockDebugRenderer;renderBlockHighlight(Lnet/minecraft/util/math/BlockPos;DI)Vintermediary method_51791Lnet/minecraft/class_8560;method_51791(Lnet/minecraft/class_2338;DI)Vofficial aLhpp;a(Liz;DI)V
-