Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getFile
Link copied to clipboard
private fun getFile(path: String): FileHandle
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

consoleLog
Link copied to clipboard
internal const val consoleLog: Boolean = false
defaultFadingStep
Link copied to clipboard
const val defaultFadingStep: Float = 0.08f
fileExtensions
Link copied to clipboard
private val fileExtensions: List<String>
maxVolume
Link copied to clipboard
const val maxVolume: Float = 0.6f
modPath
Link copied to clipboard
const val modPath: String
musicFallbackLocation
Link copied to clipboard
const val musicFallbackLocation: String
musicHistorySize
Link copied to clipboard
private const val musicHistorySize: Int = 8
musicLocation
Link copied to clipboard
private val musicLocation: Files.FileType

Mods live in Local - but this file prepares for music living in External just in case

musicPath
Link copied to clipboard
const val musicPath: String
ticksPerSecond
Link copied to clipboard
private const val ticksPerSecond: Int = 20
timerPeriod
Link copied to clipboard
private const val timerPeriod: Long

Sources

jvm source
Link copied to clipboard