Class CameraMixin

java.lang.Object
meteordevelopment.meteorclient.mixin.CameraMixin
All Implemented Interfaces:
ICamera

public abstract class CameraMixin extends Object implements ICamera
  • Constructor Details

    • CameraMixin

      public CameraMixin()
  • Method Details

    • clipToSpace

      protected abstract double clipToSpace(double desiredCameraDistance)
    • setRotation

      protected abstract void setRotation(float yaw, float pitch)
    • setRot

      public void setRot(double yaw, double pitch)
      Specified by:
      setRot in interface ICamera