Package-level declarations

Types

Link copied to clipboard
open class Clicker<T : EventListener>(val parent: T, val keyBinding: KeyMapping, val itemCooldown: ItemCooldown? = ItemCooldown(), maxCps: Int = 60, name: String = "Clicker", simulateAttackKeyDown: Boolean = false) : ValueGroup, EventListener

An attack scheduler

Link copied to clipboard
Link copied to clipboard
class RollingClickArray(cycleLength: Int, val iterations: Int)

A circular buffer that maintains double the cycle length and regenerates the second half when reaching the midpoint