DevCore
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DevCore
i18n
/
com.peco2282.devcore.i18n
Package-level
declarations
Types
Types
I18N
Link copied to clipboard
class
I18N
(
val
plugin
:
Plugin
,
val
dir
:
File
,
val
fileValidator
:
(
File
)
->
Boolean
=
{ it.extension == "yml" || it.extension == "yaml" }
)
Internationalization (I18N) manager for Bukkit plugins.
I18NManager
Link copied to clipboard
object
I18NManager
Manager for I18N instances.