Package dev.lapis256.apprep.api.text
Enum AppRepGuiText
-
- All Implemented Interfaces:
-
appeng.core.localization.LocalizationEnum,java.io.Serializable,kotlin.Comparable
public enum AppRepGuiText extends Enum<AppRepGuiText> implements LocalizationEnum
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<AppRepGuiText>entriesprivate final StringtranslationKeyprivate final StringenglishText
-
Enum Constant Summary
Enum Constants Enum Constant Description MATTERCREATIVE_TABMATTER_NETWORK_STORAGE
-
Method Summary
Modifier and Type Method Description StringgetTranslationKey()StringgetEnglishText()final Array<AppRepGuiText>values()Returns an array containing the constants of this enum type, in the order they're declared. final AppRepGuiTextvalueOf(String value)Returns the enum constant of this type with the specified name. final StringgetName()final IntegergetOrdinal()final EnumEntries<AppRepGuiText>getEntries()-
Methods inherited from class appeng.core.localization.LocalizationEnum
text, text, withSuffix, withSuffix -
Methods inherited from class dev.lapis256.apprep.api.text.AppRepGuiText
getEnglishText, getTranslationKey -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTranslationKey
String getTranslationKey()
-
getEnglishText
String getEnglishText()
-
values
final Array<AppRepGuiText> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
valueOf
final AppRepGuiText valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
getOrdinal
final Integer getOrdinal()
-
getEntries
final EnumEntries<AppRepGuiText> getEntries()
-
-
-
-