Multi Choice List Value
class MultiChoiceListValue<T : Tagged>(name: String, value: MutableSet<T>, val choices: Set<T>, val canBeNone: Boolean = true, val isOrderSensitive: Boolean = false) : Value<MutableSet<T>>
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If true, value will not be included in generated public config
Link copied to clipboard
If true, the description won't be bound to any net.ccbluex.liquidbounce.config.types.group.ValueGroup.
Link copied to clipboard
If true, value will always keep inner equals defaultValue
Link copied to clipboard
Determines whether the order of enabled values matters.
Link copied to clipboard
If true, value will not be included in generated RestAPI config
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Deserialize value from JSON
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard