toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.localization
/
ClassLocalization
Class
Localization
abstract
class
ClassLocalization
<
ConstantClass
:
ClassLocalization
<
ConstantClass
>
>
(
val
locale
:
Locale
,
val
thisClass
:
Class
<
ConstantClass
>
,
val
ymlPath
:
String
)
:
Localization
<
String
,
String
>
Members
Constructors
Class
Localization
Link copied to clipboard
constructor
(
locale
:
Locale
,
thisClass
:
Class
<
ConstantClass
>
,
ymlPath
:
String
)
Properties
locale
Link copied to clipboard
open
override
val
locale
:
Locale
this
Class
Link copied to clipboard
val
thisClass
:
Class
<
ConstantClass
>
yml
Path
Link copied to clipboard
val
ymlPath
:
String
Functions
constant
Fields
Name
Link copied to clipboard
abstract
fun
constantFieldsName
(
)
:
Array
<
String
>
?
get
Link copied to clipboard
open
operator override
fun
get
(
key
:
String
)
:
String
?
reference
Link copied to clipboard
abstract
fun
reference
(
)
:
ConstantClass
register
This
Link copied to clipboard
override
fun
registerThis
(
)
set
Link copied to clipboard
open
operator override
fun
set
(
key
:
String
,
value
:
String
)
:
String
?
values
Link copied to clipboard
fun
values
(
)
:
MutableCollection
<
String
>