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 bic
intermediary net/minecraft/class_1119
named net/minecraft/client/render/debug/StructureDebugRenderer
  • Field Details

    • clipper

      private BaseClipper clipper
      Mappings:
      Namespace Name Mixin selector
      official a Lbic;a:Lbid;
      intermediary field_4790 Lnet/minecraft/class_1119;field_4790:Lnet/minecraft/class_1120;
      named clipper Lnet/minecraft/client/render/debug/StructureDebugRenderer;clipper:Lnet/minecraft/client/util/BaseClipper;
    • x

      private double x
      Mappings:
      Namespace Name Mixin selector
      official b Lbic;b:D
      intermediary field_4791 Lnet/minecraft/class_1119;field_4791:D
      named x Lnet/minecraft/client/render/debug/StructureDebugRenderer;x:D
    • y

      private double y
      Mappings:
      Namespace Name Mixin selector
      official c Lbic;c:D
      intermediary field_4792 Lnet/minecraft/class_1119;field_4792:D
      named y Lnet/minecraft/client/render/debug/StructureDebugRenderer;y:D
    • z

      private double z
      Mappings:
      Namespace Name Mixin selector
      official d Lbic;d:D
      intermediary field_4793 Lnet/minecraft/class_1119;field_4793:D
      named z Lnet/minecraft/client/render/debug/StructureDebugRenderer;z:D
  • Constructor Details

    • StructureDebugRenderer

      public StructureDebugRenderer()
    • StructureDebugRenderer

      public StructureDebugRenderer​(BaseClipper clipper)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbic;<init>(Lbid;)V
      intermediary <init> Lnet/minecraft/class_1119;<init>(Lnet/minecraft/class_1120;)V
      named <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:
      setPos in interface CameraView
      Mappings:
      Namespace Name Mixin selector
      official a Lbia;a(DDD)V
      intermediary method_3844 Lnet/minecraft/class_1117;method_3844(DDD)V
      named setPos Lnet/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 b Lbic;b(DDDDDD)Z
      intermediary method_3849 Lnet/minecraft/class_1119;method_3849(DDDDDD)Z
      named isBoxInFrustum Lnet/minecraft/client/render/debug/StructureDebugRenderer;isBoxInFrustum(DDDDDD)Z
    • isBoxInFrustum

      public boolean isBoxInFrustum​(Box box)
      Specified by:
      isBoxInFrustum in interface CameraView
      Mappings:
      Namespace Name Mixin selector
      official a Lbia;a(Laug;)Z
      intermediary method_3845 Lnet/minecraft/class_1117;method_3845(Lnet/minecraft/class_646;)Z
      named isBoxInFrustum Lnet/minecraft/client/render/debug/CameraView;isBoxInFrustum(Lnet/minecraft/util/math/Box;)Z