Interface CameraView

All Known Implementing Classes:
StructureDebugRenderer

@Environment(CLIENT)
public interface CameraView
Mappings:
Namespace Name
official bia
intermediary net/minecraft/class_1117
named net/minecraft/client/render/debug/CameraView
  • Method Summary

    Modifier and Type Method Description
    boolean isBoxInFrustum​(Box box)  
    void setPos​(double x, double y, double z)  
  • Method Details

    • isBoxInFrustum

      boolean isBoxInFrustum​(Box box)
      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
    • setPos

      void setPos​(double x, double y, double z)
      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