Translation
Representation of a translation.
Parameters
The id of the translation
The default value of the translation.
The group (folder) where to store this translation. Defaults to "common"
The language of the translation. (Default to "en")
The main color of the translation. (Default to null)
The colors to use in the translation replacing strings. Example (using color '&c'): 'test' should return '&ctest'. Default to an empty array.
If the translation should be automatically registered. (Default to true) It is recommended to disable if you're going to initialize the same translation multiple times (for example, inside a loop)
Constructors
Functions
Checks if this Translation is equals to another Translation.
Gets the hash code of this Translation.
Translates this Translation to the current language.