SpeedModifier

A modifier of speed

Parameters

supplier

speed modifier

Constructors

Link copied to clipboard
constructor(@NotNull supplier: Supplier<Float>)
Creates modifier
constructor(speed: Float)
Creates modifier

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun speed(): Float
Gets speed
Link copied to clipboard
abstract fun toString(): String