Package net.minecraft.src
Interface ICamera
- All Known Implementing Classes:
Frustrum
@Environment(CLIENT)
public interface ICamera
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the bounding box is inside all 6 clipping planes, otherwise returns false.voidsetPosition(double var1, double var3, double var5)
-
Method Details
-
isBoundingBoxInFrustum
Returns true if the bounding box is inside all 6 clipping planes, otherwise returns false. -
setPosition
void setPosition(double var1, double var3, double var5)
-