AutoActionData

data class AutoActionData(val baseCore: Int, val clips: MutableMap<MutableList<Int>, MutableList<Double>> = mutableMapOf(), val etherwarps: MutableMap<MutableList<Int>, BlockPos> = mutableMapOf())

Constructors

Link copied to clipboard
fun AutoActionData(baseCore: Int, clips: MutableMap<MutableList<Int>, MutableList<Double>> = mutableMapOf(), etherwarps: MutableMap<MutableList<Int>, BlockPos> = mutableMapOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard