- All Implemented Interfaces:
ICamera
public abstract class CameraMixin
extends Object
implements ICamera
-
Constructor Summary
Constructors
-
Method Summary
void
setRot(double yaw,
double pitch)
protected abstract void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CameraMixin
public CameraMixin()
-
Method Details
-
setRotation
protected abstract void setRotation(float yaw,
float pitch)
-
setRot
public void setRot(double yaw,
double pitch)
- Specified by:
setRot in interface ICamera