Curve Value
class CurveValue(name: String, value: MutableList<Vector2f>, val xAxis: CurveValue.Axis, val yAxis: CurveValue.Axis, val tension: Float = DEFAULT_TENSION) : ListValue<MutableList<Vector2f>, Vector2f>
Constructors
Link copied to clipboard
constructor(name: String, value: MutableList<Vector2f>, xAxis: CurveValue.Axis, yAxis: CurveValue.Axis, tension: Float = DEFAULT_TENSION)
Types
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
Link copied to clipboard
Link copied to clipboard
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