Package net.minecraft
Enum Class class_9703
- All Implemented Interfaces:
Serializable,Comparable<class_9703>,Constable,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_9703intermediary net/minecraft/class_9703official czn
-
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_9703> 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 class_9703Returns the enum constant of this class with the specified name.static class_9703[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ATTACKER
- Mappings:
Namespace Name Mixin selector named ATTACKERLnet/minecraft/class_9703;ATTACKER:Lnet/minecraft/class_9703;intermediary field_51683Lnet/minecraft/class_9703;field_51683:Lnet/minecraft/class_9703;official aLczn;a:Lczn;
-
DAMAGING_ENTITY
- Mappings:
Namespace Name Mixin selector named DAMAGING_ENTITYLnet/minecraft/class_9703;DAMAGING_ENTITY:Lnet/minecraft/class_9703;intermediary field_51684Lnet/minecraft/class_9703;field_51684:Lnet/minecraft/class_9703;official bLczn;b:Lczn;
-
VICTIM
- Mappings:
Namespace Name Mixin selector named VICTIMLnet/minecraft/class_9703;VICTIM:Lnet/minecraft/class_9703;intermediary field_51685Lnet/minecraft/class_9703;field_51685:Lnet/minecraft/class_9703;official cLczn;c:Lczn;
-
-
Field Details
-
field_51686
- Mappings:
Namespace Name Mixin selector named field_51686Lnet/minecraft/class_9703;field_51686:Lcom/mojang/serialization/Codec;intermediary field_51686Lnet/minecraft/class_9703;field_51686:Lcom/mojang/serialization/Codec;official dLczn;d:Lcom/mojang/serialization/Codec;
-
field_51687
- Mappings:
Namespace Name Mixin selector named field_51687Lnet/minecraft/class_9703;field_51687:Ljava/lang/String;intermediary field_51687Lnet/minecraft/class_9703;field_51687:Ljava/lang/String;official eLczn;e:Ljava/lang/String;
-
-
Constructor Details
-
class_9703
-
-
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 cLayz;c()Ljava/lang/String;
-