Package com.epicbot.api.shared.bot.mouse
Class OvershootSettings
- java.lang.Object
-
- com.epicbot.api.shared.bot.mouse.OvershootSettings
-
- All Implemented Interfaces:
IMouseSettings.IOvershootSettings
public class OvershootSettings extends java.lang.Object implements IMouseSettings.IOvershootSettings
-
-
Constructor Summary
Constructors Constructor Description OvershootSettings()
OvershootSettings(int minNumberOfOvershoots, int maxNumberOfOvershoots, int minDistanceForOvershoots, int maxDistanceForOvershoots, int minOvershootsTime, int maxOvershootsTime, int minOvershootsRandomModifier, int maxOvershootsRandomModifier, double minOvershootsSpeedup, double maxOvershootsSpeedup)
-
Method Summary
-
-
-
Constructor Detail
-
OvershootSettings
public OvershootSettings()
-
OvershootSettings
public OvershootSettings(int minNumberOfOvershoots, int maxNumberOfOvershoots, int minDistanceForOvershoots, int maxDistanceForOvershoots, int minOvershootsTime, int maxOvershootsTime, int minOvershootsRandomModifier, int maxOvershootsRandomModifier, double minOvershootsSpeedup, double maxOvershootsSpeedup)
-
-
Method Detail
-
getMinNumberOfOvershoots
public int getMinNumberOfOvershoots()
- Specified by:
getMinNumberOfOvershoots
in interfaceIMouseSettings.IOvershootSettings
-
setMinNumberOfOvershoots
public void setMinNumberOfOvershoots(int minNumberOfOvershoots)
-
getMaxNumberOfOvershoots
public int getMaxNumberOfOvershoots()
- Specified by:
getMaxNumberOfOvershoots
in interfaceIMouseSettings.IOvershootSettings
-
setMaxNumberOfOvershoots
public void setMaxNumberOfOvershoots(int maxNumberOfOvershoots)
-
getMinDistanceForOvershoots
public int getMinDistanceForOvershoots()
- Specified by:
getMinDistanceForOvershoots
in interfaceIMouseSettings.IOvershootSettings
-
setMinDistanceForOvershoots
public void setMinDistanceForOvershoots(int minDistanceForOvershoots)
-
getMaxDistanceForOvershoots
public int getMaxDistanceForOvershoots()
- Specified by:
getMaxDistanceForOvershoots
in interfaceIMouseSettings.IOvershootSettings
-
setMaxDistanceForOvershoots
public void setMaxDistanceForOvershoots(int maxDistanceForOvershoots)
-
getMinOvershootsTime
public int getMinOvershootsTime()
- Specified by:
getMinOvershootsTime
in interfaceIMouseSettings.IOvershootSettings
-
setMinOvershootsTime
public void setMinOvershootsTime(int minOvershootsTime)
-
getMaxOvershootsTime
public int getMaxOvershootsTime()
- Specified by:
getMaxOvershootsTime
in interfaceIMouseSettings.IOvershootSettings
-
setMaxOvershootsTime
public void setMaxOvershootsTime(int maxOvershootsTime)
-
getMinOvershootsRandomModifier
public int getMinOvershootsRandomModifier()
- Specified by:
getMinOvershootsRandomModifier
in interfaceIMouseSettings.IOvershootSettings
-
setMinOvershootsRandomModifier
public void setMinOvershootsRandomModifier(int minOvershootsRandomModifier)
-
getMaxOvershootsRandomModifier
public int getMaxOvershootsRandomModifier()
- Specified by:
getMaxOvershootsRandomModifier
in interfaceIMouseSettings.IOvershootSettings
-
setMaxOvershootsRandomModifier
public void setMaxOvershootsRandomModifier(int maxOvershootsRandomModifier)
-
getMinOvershootsSpeedup
public double getMinOvershootsSpeedup()
- Specified by:
getMinOvershootsSpeedup
in interfaceIMouseSettings.IOvershootSettings
-
setMinOvershootsSpeedup
public void setMinOvershootsSpeedup(double minOvershootsSpeedup)
-
getMaxOvershootsSpeedup
public double getMaxOvershootsSpeedup()
- Specified by:
getMaxOvershootsSpeedup
in interfaceIMouseSettings.IOvershootSettings
-
setMaxOvershootsSpeedup
public void setMaxOvershootsSpeedup(double maxOvershootsSpeedup)
-
-