Uses of Enum Class
gg.xp.xivdata.data.GameLanguage
Package
Description
-
Uses of GameLanguage in gg.xp.xivdata.data
Modifier and TypeMethodDescriptionstatic GameLanguage
Returns the enum constant of this class with the specified name.static GameLanguage
GameLanguage.valueOfShort
(String code) static GameLanguage[]
GameLanguage.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GameLanguage in gg.xp.xivsupport.events.actlines.events
-
Uses of GameLanguage in gg.xp.xivsupport.lang
Modifier and TypeMethodDescriptionGameLanguageInfoEvent.getGameLanguage()
@NotNull GameLanguage
LanguageController.getGameLanguage()
-
Uses of GameLanguage in gg.xp.xivsupport.rsv
Modifier and TypeMethodDescriptionRsvEntry.language()
Returns the value of thelanguage
record component.Modifier and TypeMethodDescriptionvoid
PersistentRsvLibrary.set
(GameLanguage lang, String rsvKey, String rsvValue) void
PersistentRsvLibrary.setCurrentLang
(GameLanguage currentLang) ModifierConstructorDescriptionRsvEntry
(GameLanguage language, String key, String value) Creates an instance of aRsvEntry
record class.