Enum Class GenderConfigTranslations
- All Implemented Interfaces:
ConfigTranslation, Serializable, Comparable<GenderConfigTranslations>, Constable
public enum GenderConfigTranslations
extends Enum<GenderConfigTranslations>
implements ConfigTranslation
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescription@Nullable Stringbutton()title()tooltip()net.minecraft.network.chat.Componentstatic GenderConfigTranslationsReturns the enum constant of this class with the specified name.static GenderConfigTranslations[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT_FIRST_TIME_LOAD
-
CLIENT_SHOW_TOAST
-
CLIENT_ARMOR_STAT
-
CLIENT_PLAYER_LIST_MODE
-
CLIENT_HIDE_OWN_CONTRIBUTOR_TAG
-
CLIENT_CLOUD_SYNC
-
CLIENT_CLOUD_SYNC_ENABLED
-
CLIENT_CLOUD_SYNC_AUTOMATIC
-
CLIENT_CLOUD_SYNC_SERVER
-
CLIENT_CLOUD_SYNC_LOG_VERBOSITY
-
CLIENT_OVERRIDE
-
CLIENT_OVERRIDE_ARMOR_PHYSICS
-
CLIENT_OVERRIDE_DISABLE_RENDERING
-
CLIENT_OVERRIDE_DISABLE_SOUND_REPLACEMENT
-
-
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
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceConfigTranslation
-
title
- Specified by:
titlein interfaceConfigTranslation
-
tooltip
- Specified by:
tooltipin interfaceConfigTranslation
-
button
- Specified by:
buttonin interfaceConfigTranslation
-
tooltipComponent
public net.minecraft.network.chat.Component tooltipComponent()
-