Package net.minecraft
Enum Class class_8108
- All Implemented Interfaces:
Serializable,Comparable<class_8108>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bedintermediary net/minecraft/class_8108named net/minecraft/class_8108
-
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.Codec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_8108>private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static class_8108Returns the enum constant of this class with the specified name.static class_8108[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NEVER
- Mappings:
Namespace Name Mixin selector official aLbed;a:Lbed;intermediary field_42285Lnet/minecraft/class_8108;field_42285:Lnet/minecraft/class_8108;named NEVERLnet/minecraft/class_8108;NEVER:Lnet/minecraft/class_8108;
-
WHEN_CAUSED_BY_LIVING_NON_PLAYER
- Mappings:
Namespace Name Mixin selector official bLbed;b:Lbed;intermediary field_42286Lnet/minecraft/class_8108;field_42286:Lnet/minecraft/class_8108;named WHEN_CAUSED_BY_LIVING_NON_PLAYERLnet/minecraft/class_8108;WHEN_CAUSED_BY_LIVING_NON_PLAYER:Lnet/minecraft/class_8108;
-
ALWAYS
- Mappings:
Namespace Name Mixin selector official cLbed;c:Lbed;intermediary field_42287Lnet/minecraft/class_8108;field_42287:Lnet/minecraft/class_8108;named ALWAYSLnet/minecraft/class_8108;ALWAYS:Lnet/minecraft/class_8108;
-
-
Field Details
-
field_42288
- Mappings:
Namespace Name Mixin selector official dLbed;d:Lcom/mojang/serialization/Codec;intermediary field_42288Lnet/minecraft/class_8108;field_42288:Lcom/mojang/serialization/Codec;named field_42288Lnet/minecraft/class_8108;field_42288:Lcom/mojang/serialization/Codec;
-
field_42289
- Mappings:
Namespace Name Mixin selector official eLbed;e:Ljava/lang/String;intermediary field_42289Lnet/minecraft/class_8108;field_42289:Ljava/lang/String;named field_42289Lnet/minecraft/class_8108;field_42289:Ljava/lang/String;
-
-
Constructor Details
-
class_8108
-
-
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 official cLaps;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-