Interface CameraView

All Known Implementing Classes:
CullingCameraView

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

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

    • isBoxInFrustum

      boolean isBoxInFrustum(Box box)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxy;a(Lbhb;)Z
      intermediary method_1491 Lnet/minecraft/class_536;method_1491(Lnet/minecraft/class_231;)Z
      named isBoxInFrustum Lnet/minecraft/client/render/CameraView;isBoxInFrustum(Lnet/minecraft/util/math/Box;)Z
    • setPos

      void setPos(double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxy;a(DDD)V
      intermediary method_1490 Lnet/minecraft/class_536;method_1490(DDD)V
      named setPos Lnet/minecraft/client/render/CameraView;setPos(DDD)V