Package-level declarations
Types
Link copied to clipboard
data class AutoActionData(val baseCore: Int, val clips: MutableMap<MutableList<Int>, MutableList<Double>> = mutableMapOf(), val etherwarps: MutableMap<MutableList<Int>, BlockPos> = mutableMapOf())
Link copied to clipboard
Class to store information about dungeon teammates. The Player will also be handled in this way as a teammate.
Link copied to clipboard
data class ExtrasData(val baseCore: Int, val preBlocks: MutableMap<Int, MutableSet<BlockPos>> = mutableMapOf())
Link copied to clipboard
Link copied to clipboard
This class is meant to offer a nice way to store dungeon room data, that can but does not have to be backed up by RoomConfigData from the dungeon scan.