Package com.epicbot.api.shared.bot
Interface IMouseSettings.IOvershootSettings
-
- All Known Implementing Classes:
OvershootSettings
- Enclosing interface:
- IMouseSettings
public static interface IMouseSettings.IOvershootSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxDistanceForOvershoots()
int
getMaxNumberOfOvershoots()
int
getMaxOvershootsRandomModifier()
double
getMaxOvershootsSpeedup()
int
getMaxOvershootsTime()
int
getMinDistanceForOvershoots()
int
getMinNumberOfOvershoots()
int
getMinOvershootsRandomModifier()
double
getMinOvershootsSpeedup()
int
getMinOvershootsTime()
-
-
-
Method Detail
-
getMinNumberOfOvershoots
int getMinNumberOfOvershoots()
-
getMaxNumberOfOvershoots
int getMaxNumberOfOvershoots()
-
getMinDistanceForOvershoots
int getMinDistanceForOvershoots()
-
getMaxDistanceForOvershoots
int getMaxDistanceForOvershoots()
-
getMinOvershootsTime
int getMinOvershootsTime()
-
getMaxOvershootsTime
int getMaxOvershootsTime()
-
getMinOvershootsRandomModifier
int getMinOvershootsRandomModifier()
-
getMaxOvershootsRandomModifier
int getMaxOvershootsRandomModifier()
-
getMinOvershootsSpeedup
double getMinOvershootsSpeedup()
-
getMaxOvershootsSpeedup
double getMaxOvershootsSpeedup()
-
-