Mutable List Value
open class MutableListValue<T : MutableCollection<E>, E>(name: String, value: T, innerValueType: ValueType = ValueType.INVALID, innerType: Class<E>) : ListValue<T, E>
This allows users to input any kind of E value, so it might not deserialize correctly if the input cannot be converted to the innerType.
TODO: Implement support for input validation in the UI.
Constructors
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
Used to determine the type of the inner value.
Link copied to clipboard
If true, value will always keep inner equals defaultValue
Link copied to clipboard
If true, value will not be included in generated RestAPI config