toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.assets.attributes
/
Attribute
Attribute
data
class
Attribute
(
val
name
:
String
,
val
description
:
String
,
val
minimum
:
Int
=
Int.MIN_VALUE
,
val
maximum
:
Int
=
Int.MAX_VALUE
)
An attribute with a specified
name
,
description
and an optional
minimum
and
maximum
value.
Members
Constructors
Attribute
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
minimum
:
Int
=
Int.MIN_VALUE
,
maximum
:
Int
=
Int.MAX_VALUE
)
Properties
description
Link copied to clipboard
val
description
:
String
maximum
Link copied to clipboard
val
maximum
:
Int
minimum
Link copied to clipboard
val
minimum
:
Int
name
Link copied to clipboard
val
name
:
String