Delay

class Delay(ticks: Int) : AutoWater.Condition

A simple delay as condition.

Constructors

Link copied to clipboard
fun Delay(ticks: Int)

Functions

Link copied to clipboard
open override fun isMet(): Boolean

Returns true when the water has been flowing for at least the in the condition specified amount of ticks.