Class StructureDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.StructureDebugRenderer
- All Implemented Interfaces:
CameraView
@Environment(CLIENT) public class StructureDebugRenderer extends Object implements CameraView
- Mappings:
Namespace Name official bicintermediary net/minecraft/class_1119named net/minecraft/client/render/debug/StructureDebugRenderer
-
Field Summary
Fields Modifier and Type Field Description private BaseClipperclipperprivate doublexprivate doubleyprivate doublez -
Constructor Summary
Constructors Constructor Description StructureDebugRenderer()StructureDebugRenderer(BaseClipper clipper) -
Method Summary
Modifier and Type Method Description booleanisBoxInFrustum(double minX, double minY, double minZ, double maxX, double maxY, double maxZ)booleanisBoxInFrustum(Box box)voidsetPos(double x, double y, double z)
-
Field Details
-
clipper
- Mappings:
Namespace Name Mixin selector official aLbic;a:Lbid;intermediary field_4790Lnet/minecraft/class_1119;field_4790:Lnet/minecraft/class_1120;named clipperLnet/minecraft/client/render/debug/StructureDebugRenderer;clipper:Lnet/minecraft/client/util/BaseClipper;
-
x
private double x- Mappings:
Namespace Name Mixin selector official bLbic;b:Dintermediary field_4791Lnet/minecraft/class_1119;field_4791:Dnamed xLnet/minecraft/client/render/debug/StructureDebugRenderer;x:D
-
y
private double y- Mappings:
Namespace Name Mixin selector official cLbic;c:Dintermediary field_4792Lnet/minecraft/class_1119;field_4792:Dnamed yLnet/minecraft/client/render/debug/StructureDebugRenderer;y:D
-
z
private double z- Mappings:
Namespace Name Mixin selector official dLbic;d:Dintermediary field_4793Lnet/minecraft/class_1119;field_4793:Dnamed zLnet/minecraft/client/render/debug/StructureDebugRenderer;z:D
-
-
Constructor Details
-
StructureDebugRenderer
public StructureDebugRenderer() -
StructureDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lbic;<init>(Lbid;)Vintermediary <init>Lnet/minecraft/class_1119;<init>(Lnet/minecraft/class_1120;)Vnamed <init>Lnet/minecraft/client/render/debug/StructureDebugRenderer;<init>(Lnet/minecraft/client/util/BaseClipper;)V
-
-
Method Details
-
setPos
public void setPos(double x, double y, double z)- Specified by:
setPosin interfaceCameraView- Mappings:
Namespace Name Mixin selector official aLbia;a(DDD)Vintermediary method_3844Lnet/minecraft/class_1117;method_3844(DDD)Vnamed setPosLnet/minecraft/client/render/debug/CameraView;setPos(DDD)V
-
isBoxInFrustum
public boolean isBoxInFrustum(double minX, double minY, double minZ, double maxX, double maxY, double maxZ)- Mappings:
Namespace Name Mixin selector official bLbic;b(DDDDDD)Zintermediary method_3849Lnet/minecraft/class_1119;method_3849(DDDDDD)Znamed isBoxInFrustumLnet/minecraft/client/render/debug/StructureDebugRenderer;isBoxInFrustum(DDDDDD)Z
-
isBoxInFrustum
- Specified by:
isBoxInFrustumin interfaceCameraView- Mappings:
Namespace Name Mixin selector official aLbia;a(Laug;)Zintermediary method_3845Lnet/minecraft/class_1117;method_3845(Lnet/minecraft/class_646;)Znamed isBoxInFrustumLnet/minecraft/client/render/debug/CameraView;isBoxInFrustum(Lnet/minecraft/util/math/Box;)Z
-