Package net.minecraft
Enum Class class_9927
- All Implemented Interfaces:
Serializable,Comparable<class_9927>,Constable,StringIdentifiable,TranslatableOption
@Environment(CLIENT)
public enum class_9927
extends Enum<class_9927>
implements TranslatableOption, StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_9927intermediary net/minecraft/class_9927official fhx
-
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 com.mojang.serialization.Codec<class_9927> private final intprivate 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.intgetId()static class_9927Returns the enum constant of this class with the specified name.static class_9927[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.util.TranslatableOption
getText
-
Enum Constant Details
-
MINIMIZED
- Mappings:
Namespace Name Mixin selector named MINIMIZEDLnet/minecraft/class_9927;MINIMIZED:Lnet/minecraft/class_9927;intermediary field_52743Lnet/minecraft/class_9927;field_52743:Lnet/minecraft/class_9927;official aLfhx;a:Lfhx;
-
AFK
- Mappings:
Namespace Name Mixin selector named AFKLnet/minecraft/class_9927;AFK:Lnet/minecraft/class_9927;intermediary field_52744Lnet/minecraft/class_9927;field_52744:Lnet/minecraft/class_9927;official bLfhx;b:Lfhx;
-
-
Field Details
-
field_52745
- Mappings:
Namespace Name Mixin selector named field_52745Lnet/minecraft/class_9927;field_52745:Lcom/mojang/serialization/Codec;intermediary field_52745Lnet/minecraft/class_9927;field_52745:Lcom/mojang/serialization/Codec;official cLfhx;c:Lcom/mojang/serialization/Codec;
-
field_52746
private final int field_52746- Mappings:
Namespace Name Mixin selector named field_52746Lnet/minecraft/class_9927;field_52746:Iintermediary field_52746Lnet/minecraft/class_9927;field_52746:Iofficial dLfhx;d:I
-
field_52747
- Mappings:
Namespace Name Mixin selector named field_52747Lnet/minecraft/class_9927;field_52747:Ljava/lang/String;intermediary field_52747Lnet/minecraft/class_9927;field_52747:Ljava/lang/String;official eLfhx;e:Ljava/lang/String;
-
field_52748
- Mappings:
Namespace Name Mixin selector named field_52748Lnet/minecraft/class_9927;field_52748:Ljava/lang/String;intermediary field_52748Lnet/minecraft/class_9927;field_52748:Ljava/lang/String;official fLfhx;f:Ljava/lang/String;
-
-
Constructor Details
-
class_9927
-
-
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
-
getId
public int getId()- Specified by:
getIdin interfaceTranslatableOption- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/util/TranslatableOption;getId()Iintermediary method_7362Lnet/minecraft/class_7291;method_7362()Iofficial bLazf;b()I
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceTranslatableOption- Mappings:
Namespace Name Mixin selector named getTranslationKeyLnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;intermediary method_7359Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;official aLazf;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 cLazy;c()Ljava/lang/String;
-