Package net.minecraft.entity.damage
Enum Class DeathMessageType
- All Implemented Interfaces:
Serializable
,Comparable<DeathMessageType>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/entity/damage/DeathMessageType
intermediary net/minecraft/class_8112
official brt
-
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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<DeathMessageType> private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static DeathMessageType
Returns the enum constant of this class with the specified name.static DeathMessageType[]
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 DEFAULT
Lnet/minecraft/entity/damage/DeathMessageType;DEFAULT:Lnet/minecraft/entity/damage/DeathMessageType;
intermediary field_42361
Lnet/minecraft/class_8112;field_42361:Lnet/minecraft/class_8112;
official a
Lbrt;a:Lbrt;
-
FALL_VARIANTS
- Mappings:
Namespace Name Mixin selector named FALL_VARIANTS
Lnet/minecraft/entity/damage/DeathMessageType;FALL_VARIANTS:Lnet/minecraft/entity/damage/DeathMessageType;
intermediary field_42362
Lnet/minecraft/class_8112;field_42362:Lnet/minecraft/class_8112;
official b
Lbrt;b:Lbrt;
-
INTENTIONAL_GAME_DESIGN
- Mappings:
Namespace Name Mixin selector named INTENTIONAL_GAME_DESIGN
Lnet/minecraft/entity/damage/DeathMessageType;INTENTIONAL_GAME_DESIGN:Lnet/minecraft/entity/damage/DeathMessageType;
intermediary field_42363
Lnet/minecraft/class_8112;field_42363:Lnet/minecraft/class_8112;
official c
Lbrt;c:Lbrt;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/entity/damage/DeathMessageType;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_42364
Lnet/minecraft/class_8112;field_42364:Lcom/mojang/serialization/Codec;
official d
Lbrt;d:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/entity/damage/DeathMessageType;id:Ljava/lang/String;
intermediary field_42365
Lnet/minecraft/class_8112;field_42365:Ljava/lang/String;
official e
Lbrt;e:Ljava/lang/String;
-
-
Constructor Details
-
DeathMessageType
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/damage/DeathMessageType;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_8112;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lbrt;<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:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-