Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GuiOptionEditorCombinations(option: ProcessedOption, providerClass: Class<out ConfigEditorCombinationsProvider<*, *>>) : ComponentEditor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GuiOptionEditorTextList(option: ProcessedOption, disabledSound: String = "", enabledSound: String = "", defaultSound: String = "", showColour: Boolean = true, showNotification: Boolean = true, showVolume: Boolean = true) : ComponentEditor
Link copied to clipboard
data class TextListEntry @JvmOverloads constructor(var text: String = "", var colour: ChromaColour = DEFAULT_COLOUR, var isSoundEnabled: Boolean = false, var soundVolumePercent: Float = DEFAULT_SOUND_VOLUME_PERCENT, var sound: String = "")