Enum Class DebugProfileType
- All Implemented Interfaces:
Serializable,Comparable<DebugProfileType>,Constable,StringIdentifiable
@Environment(CLIENT)
public enum DebugProfileType
extends Enum<DebugProfileType>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/debug/DebugProfileTypeintermediary net/minecraft/class_11636official gjp
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<DebugProfileType> private final Stringprivate final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static DebugProfileTypeReturns the enum constant of this class with the specified name.static DebugProfileType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/client/gui/hud/debug/DebugProfileType;DEFAULT:Lnet/minecraft/client/gui/hud/debug/DebugProfileType;intermediary field_61599Lnet/minecraft/class_11636;field_61599:Lnet/minecraft/class_11636;official aLgjp;a:Lgjp;
-
PERFORMANCE
- Mappings:
Namespace Name Mixin selector named PERFORMANCELnet/minecraft/client/gui/hud/debug/DebugProfileType;PERFORMANCE:Lnet/minecraft/client/gui/hud/debug/DebugProfileType;intermediary field_61600Lnet/minecraft/class_11636;field_61600:Lnet/minecraft/class_11636;official bLgjp;b:Lgjp;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/client/gui/hud/debug/DebugProfileType;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;intermediary field_61601Lnet/minecraft/class_11636;field_61601:Lnet/minecraft/class_3542$class_7292;official cLgjp;c:Lbhi$a;
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/gui/hud/debug/DebugProfileType;id:Ljava/lang/String;intermediary field_61602Lnet/minecraft/class_11636;field_61602:Ljava/lang/String;official dLgjp;d:Ljava/lang/String;
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKeyLnet/minecraft/client/gui/hud/debug/DebugProfileType;translationKey:Ljava/lang/String;intermediary field_61603Lnet/minecraft/class_11636;field_61603:Ljava/lang/String;official eLgjp;e:Ljava/lang/String;
-
-
Constructor Details
-
DebugProfileType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/hud/debug/DebugProfileType;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11636;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vofficial <init>Lgjp;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
-
-
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
- Mappings:
Namespace Name Mixin selector named getTranslationKeyLnet/minecraft/client/gui/hud/debug/DebugProfileType;getTranslationKey()Ljava/lang/String;intermediary method_72782Lnet/minecraft/class_11636;method_72782()Ljava/lang/String;official aLgjp;a()Ljava/lang/String;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbhi;c()Ljava/lang/String;
-