Terix
1.4.0
Terix-API
/
dev.racci.terix.api.data
/
Lang
/
Choices
Choices
@
ConfigSerializable
class
Choices
:
LangConfig.InnerLang
Constructors
Functions
Properties
Constructors
Choices
Link copied to clipboard
fun
Choices
(
)
Functions
get
Link copied to clipboard
operator
fun
get
(
key
:
String
)
:
PartialComponent
open
operator
fun
get
(
key
:
String
,
convertFirst
:
Boolean
)
:
PartialComponent
Properties
get
Other
Link copied to clipboard
var
getOther
:
PartialComponent
get
Self
Link copied to clipboard
var
getSelf
:
PartialComponent
initialized
Link copied to clipboard
open
override
var
initialized
:
Boolean
keys
Link copied to clipboard
val
keys
:
ImmutableSet
<
String
>
mutate
Other
Link copied to clipboard
var
mutateOther
:
PartialComponent
mutate
Self
Link copied to clipboard
var
mutateSelf
:
PartialComponent
plugin
Link copied to clipboard
open
override
var
plugin
:
MinixPlugin
property
Map
Link copied to clipboard
val
propertyMap
:
PersistentMap
<
String
,
KProperty1
<
Any
,
PartialComponent
>
>