Enum Class DebugHudEntryVisibility
- All Implemented Interfaces:
Serializable,Comparable<DebugHudEntryVisibility>,Constable,StringIdentifiable
@Environment(CLIENT)
public enum DebugHudEntryVisibility
extends Enum<DebugHudEntryVisibility>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/debug/DebugHudEntryVisibilityintermediary net/minecraft/class_11635official ggk
-
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<DebugHudEntryVisibility> private 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 DebugHudEntryVisibilityReturns the enum constant of this class with the specified name.static DebugHudEntryVisibility[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALWAYS_ON
- Mappings:
Namespace Name Mixin selector named ALWAYS_ONLnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;ALWAYS_ON:Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;intermediary field_61593Lnet/minecraft/class_11635;field_61593:Lnet/minecraft/class_11635;official aLggk;a:Lggk;
-
IN_F3
- Mappings:
Namespace Name Mixin selector named IN_F3Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;IN_F3:Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;intermediary field_61594Lnet/minecraft/class_11635;field_61594:Lnet/minecraft/class_11635;official bLggk;b:Lggk;
-
NEVER
- Mappings:
Namespace Name Mixin selector named NEVERLnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;NEVER:Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;intermediary field_61595Lnet/minecraft/class_11635;field_61595:Lnet/minecraft/class_11635;official cLggk;c:Lggk;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;intermediary field_61596Lnet/minecraft/class_11635;field_61596:Lnet/minecraft/class_3542$class_7292;official dLggk;d:Lbgg$a;
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;id:Ljava/lang/String;intermediary field_61597Lnet/minecraft/class_11635;field_61597:Ljava/lang/String;official eLggk;e:Ljava/lang/String;
-
-
Constructor Details
-
DebugHudEntryVisibility
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11635;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lggk;<init>(Ljava/lang/String;ILjava/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
-
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 cLbgg;c()Ljava/lang/String;
-