Package net.minecraft.entity.damage
Enum Class DamageEffects
- All Implemented Interfaces:
Serializable,Comparable<DamageEffects>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bhmintermediary net/minecraft/class_8107named net/minecraft/entity/damage/DamageEffects
-
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.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DamageEffects>private final Stringprivate final SoundEventFields 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.getSound()static DamageEffectsReturns the enum constant of this class with the specified name.static DamageEffects[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HURT
- Mappings:
Namespace Name Mixin selector official aLbhm;a:Lbhm;intermediary field_42275Lnet/minecraft/class_8107;field_42275:Lnet/minecraft/class_8107;named HURTLnet/minecraft/entity/damage/DamageEffects;HURT:Lnet/minecraft/entity/damage/DamageEffects;
-
THORNS
- Mappings:
Namespace Name Mixin selector official bLbhm;b:Lbhm;intermediary field_42276Lnet/minecraft/class_8107;field_42276:Lnet/minecraft/class_8107;named THORNSLnet/minecraft/entity/damage/DamageEffects;THORNS:Lnet/minecraft/entity/damage/DamageEffects;
-
DROWNING
- Mappings:
Namespace Name Mixin selector official cLbhm;c:Lbhm;intermediary field_42277Lnet/minecraft/class_8107;field_42277:Lnet/minecraft/class_8107;named DROWNINGLnet/minecraft/entity/damage/DamageEffects;DROWNING:Lnet/minecraft/entity/damage/DamageEffects;
-
BURNING
- Mappings:
Namespace Name Mixin selector official dLbhm;d:Lbhm;intermediary field_42278Lnet/minecraft/class_8107;field_42278:Lnet/minecraft/class_8107;named BURNINGLnet/minecraft/entity/damage/DamageEffects;BURNING:Lnet/minecraft/entity/damage/DamageEffects;
-
POKING
- Mappings:
Namespace Name Mixin selector official eLbhm;e:Lbhm;intermediary field_42279Lnet/minecraft/class_8107;field_42279:Lnet/minecraft/class_8107;named POKINGLnet/minecraft/entity/damage/DamageEffects;POKING:Lnet/minecraft/entity/damage/DamageEffects;
-
FREEZING
- Mappings:
Namespace Name Mixin selector official fLbhm;f:Lbhm;intermediary field_42280Lnet/minecraft/class_8107;field_42280:Lnet/minecraft/class_8107;named FREEZINGLnet/minecraft/entity/damage/DamageEffects;FREEZING:Lnet/minecraft/entity/damage/DamageEffects;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official gLbhm;g:Lcom/mojang/serialization/Codec;intermediary field_42281Lnet/minecraft/class_8107;field_42281:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/entity/damage/DamageEffects;CODEC:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector official hLbhm;h:Ljava/lang/String;intermediary field_42282Lnet/minecraft/class_8107;field_42282:Ljava/lang/String;named idLnet/minecraft/entity/damage/DamageEffects;id:Ljava/lang/String;
-
sound
- Mappings:
Namespace Name Mixin selector official iLbhm;i:Lapd;intermediary field_42283Lnet/minecraft/class_8107;field_42283:Lnet/minecraft/class_3414;named soundLnet/minecraft/entity/damage/DamageEffects;sound:Lnet/minecraft/sound/SoundEvent;
-
-
Constructor Details
-
DamageEffects
- Mappings:
Namespace Name Mixin selector official <init>Lbhm;<init>(Ljava/lang/String;ILjava/lang/String;Lapd;)Vintermediary <init>Lnet/minecraft/class_8107;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_3414;)Vnamed <init>Lnet/minecraft/entity/damage/DamageEffects;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/sound/SoundEvent;)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 official cLasp;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getSound
- Mappings:
Namespace Name Mixin selector official aLbhm;a()Lapd;intermediary method_48786Lnet/minecraft/class_8107;method_48786()Lnet/minecraft/class_3414;named getSoundLnet/minecraft/entity/damage/DamageEffects;getSound()Lnet/minecraft/sound/SoundEvent;
-