Class SensitivityProcessor


  • public abstract class SensitivityProcessor
    extends java.lang.Object
    Since:
    CAC v. 2.3.3
    Author:
    Clientastisch
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract double getSensitivity()
      Get the player mouse sensitivity that the player has set in the settings in percent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SensitivityProcessor

        public SensitivityProcessor()
    • Method Detail

      • getSensitivity

        public abstract double getSensitivity()
        Get the player mouse sensitivity that the player has set in the settings in percent. Accuracy to within one percent.
        Returns:
        current mouse sensitivity