Enum Class Translations
- All Implemented Interfaces:
Serializable
,Comparable<Translations>
,Constable
,net.natroutter.natlibs.handlers.LangHandler.TranslationTemplate
public enum Translations
extends Enum<Translations>
implements net.natroutter.natlibs.handlers.LangHandler.TranslationTemplate
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionnet.natroutter.natlibs.handlers.LangHandler.language.key.TranslationKey
getKey()
static Translations
Returns the enum constant of this class with the specified name.static Translations[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Prefix
-
NoPerm
-
TooManyArguments
-
InvalidArgs
-
WrongCommandUsage
-
OnlyIngame
-
WandGive
-
CourseInEdit
-
CourseExist
-
CourseDoesntExits
-
CourseCreated
-
CourseEditSelected
-
CourseNotSelected
-
InvalidBlockTarget
-
PressurePlateNeeded
-
StartSet
-
EndSet
-
CheckpointAdded
-
FirstCornerSet
-
SecondCornerSet
-
DifficultySet
-
TopListSet
-
SpawnSet
-
CourseEditFinished
-
CourseNotGood
-
CourseCreatingAborted
-
CourseRemoved
-
StatisticsSaved
-
CantWhileInCourse
-
LeaveMessage
-
LeaveInfoMessage
-
NotInCourse
-
ActionBar
-
CourseRenamed
-
InvalidPlayer
-
StatisticsRemoved
-
InvalidCourse
-
CourseFinished
-
Wand_Name
-
Wand_Lore
-
ValidateCourse_top
-
ValidateCourse_Entry
-
ValidateCourse_Bottom
-
ValidateCourse_Err_Name
-
ValidateCourse_Err_FirstCorner
-
ValidateCourse_Err_SecCorner
-
ValidateCourse_Err_Ending
-
ValidateCourse_Err_Staring
-
ValidateCourse_Err_Difficulty
-
ValidateCourse_Err_Spawn
-
ValidateCourse_Good_Name
-
ValidateCourse_Good_FirstCorner
-
ValidateCourse_Good_SecCorner
-
ValidateCourse_Good_Ending
-
ValidateCourse_Good_Staring
-
ValidateCourse_Good_Difficulty
-
ValidateCourse_Good_Spawn
-
CourseList_Top
-
CourseList_Entry
-
CourseList_NoCourses
-
CourseList_Bottom
-
TopList_Top
-
TopList_Entry
-
TopList_NoEntries
-
TopList_Bottom
-
HelpMessage
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getKey
public net.natroutter.natlibs.handlers.LangHandler.language.key.TranslationKey getKey()- Specified by:
getKey
in interfacenet.natroutter.natlibs.handlers.LangHandler.TranslationTemplate
-