Enum Class DamageEffects

java.lang.Object
java.lang.Enum<DamageEffects>
net.minecraft.entity.damage.DamageEffects
All Implemented Interfaces:
Serializable, Comparable<DamageEffects>, Constable, StringIdentifiable

public enum DamageEffects extends Enum<DamageEffects> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/entity/damage/DamageEffects
intermediary net/minecraft/class_8107
official brn
  • Enum Constant Details

    • HURT

      public static final DamageEffects HURT
      Mappings:
      Namespace Name Mixin selector
      named HURT Lnet/minecraft/entity/damage/DamageEffects;HURT:Lnet/minecraft/entity/damage/DamageEffects;
      intermediary field_42275 Lnet/minecraft/class_8107;field_42275:Lnet/minecraft/class_8107;
      official a Lbrn;a:Lbrn;
    • THORNS

      public static final DamageEffects THORNS
      Mappings:
      Namespace Name Mixin selector
      named THORNS Lnet/minecraft/entity/damage/DamageEffects;THORNS:Lnet/minecraft/entity/damage/DamageEffects;
      intermediary field_42276 Lnet/minecraft/class_8107;field_42276:Lnet/minecraft/class_8107;
      official b Lbrn;b:Lbrn;
    • DROWNING

      public static final DamageEffects DROWNING
      Mappings:
      Namespace Name Mixin selector
      named DROWNING Lnet/minecraft/entity/damage/DamageEffects;DROWNING:Lnet/minecraft/entity/damage/DamageEffects;
      intermediary field_42277 Lnet/minecraft/class_8107;field_42277:Lnet/minecraft/class_8107;
      official c Lbrn;c:Lbrn;
    • BURNING

      public static final DamageEffects BURNING
      Mappings:
      Namespace Name Mixin selector
      named BURNING Lnet/minecraft/entity/damage/DamageEffects;BURNING:Lnet/minecraft/entity/damage/DamageEffects;
      intermediary field_42278 Lnet/minecraft/class_8107;field_42278:Lnet/minecraft/class_8107;
      official d Lbrn;d:Lbrn;
    • POKING

      public static final DamageEffects POKING
      Mappings:
      Namespace Name Mixin selector
      named POKING Lnet/minecraft/entity/damage/DamageEffects;POKING:Lnet/minecraft/entity/damage/DamageEffects;
      intermediary field_42279 Lnet/minecraft/class_8107;field_42279:Lnet/minecraft/class_8107;
      official e Lbrn;e:Lbrn;
    • FREEZING

      public static final DamageEffects FREEZING
      Mappings:
      Namespace Name Mixin selector
      named FREEZING Lnet/minecraft/entity/damage/DamageEffects;FREEZING:Lnet/minecraft/entity/damage/DamageEffects;
      intermediary field_42280 Lnet/minecraft/class_8107;field_42280:Lnet/minecraft/class_8107;
      official f Lbrn;f:Lbrn;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<DamageEffects> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/entity/damage/DamageEffects;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_42281 Lnet/minecraft/class_8107;field_42281:Lcom/mojang/serialization/Codec;
      official g Lbrn;g:Lcom/mojang/serialization/Codec;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/entity/damage/DamageEffects;id:Ljava/lang/String;
      intermediary field_42282 Lnet/minecraft/class_8107;field_42282:Ljava/lang/String;
      official h Lbrn;h:Ljava/lang/String;
    • sound

      private final SoundEvent sound
      Mappings:
      Namespace Name Mixin selector
      named sound Lnet/minecraft/entity/damage/DamageEffects;sound:Lnet/minecraft/sound/SoundEvent;
      intermediary field_42283 Lnet/minecraft/class_8107;field_42283:Lnet/minecraft/class_3414;
      official i Lbrn;i:Lavz;
  • Constructor Details

    • DamageEffects

      private DamageEffects(String id, SoundEvent sound)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/damage/DamageEffects;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/sound/SoundEvent;)V
      intermediary <init> Lnet/minecraft/class_8107;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_3414;)V
      official <init> Lbrn;<init>(Ljava/lang/String;ILjava/lang/String;Lavz;)V
  • Method Details

    • values

      public static DamageEffects[] 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

      public static DamageEffects valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      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;
    • getSound

      public SoundEvent getSound()
      Mappings:
      Namespace Name Mixin selector
      named getSound Lnet/minecraft/entity/damage/DamageEffects;getSound()Lnet/minecraft/sound/SoundEvent;
      intermediary method_48786 Lnet/minecraft/class_8107;method_48786()Lnet/minecraft/class_3414;
      official a Lbrn;a()Lavz;