Package net.minecraft.client.render
Interface CameraView
- All Known Implementing Classes:
CullingCameraView
- Mappings:
Namespace Name official bxyintermediary net/minecraft/class_536named net/minecraft/client/render/CameraView
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisBoxInFrustum(Box box) voidsetPos(double x, double y, double z)
-
Method Details
-
isBoxInFrustum
- Mappings:
Namespace Name Mixin selector official aLbxy;a(Lbhb;)Zintermediary method_1491Lnet/minecraft/class_536;method_1491(Lnet/minecraft/class_231;)Znamed isBoxInFrustumLnet/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 aLbxy;a(DDD)Vintermediary method_1490Lnet/minecraft/class_536;method_1490(DDD)Vnamed setPosLnet/minecraft/client/render/CameraView;setPos(DDD)V
-