Enum Class DeathMessageType

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

public enum DeathMessageType extends Enum<DeathMessageType> implements StringIdentifiable
Mappings:
Namespace Name
official beq
intermediary net/minecraft/class_8112
named net/minecraft/entity/damage/DeathMessageType
  • Enum Constant Details

    • DEFAULT

      public static final DeathMessageType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Lbeq;a:Lbeq;
      intermediary field_42361 Lnet/minecraft/class_8112;field_42361:Lnet/minecraft/class_8112;
      named DEFAULT Lnet/minecraft/entity/damage/DeathMessageType;DEFAULT:Lnet/minecraft/entity/damage/DeathMessageType;
    • FALL_VARIANTS

      public static final DeathMessageType FALL_VARIANTS
      Mappings:
      Namespace Name Mixin selector
      official b Lbeq;b:Lbeq;
      intermediary field_42362 Lnet/minecraft/class_8112;field_42362:Lnet/minecraft/class_8112;
      named FALL_VARIANTS Lnet/minecraft/entity/damage/DeathMessageType;FALL_VARIANTS:Lnet/minecraft/entity/damage/DeathMessageType;
    • INTENTIONAL_GAME_DESIGN

      public static final DeathMessageType INTENTIONAL_GAME_DESIGN
      Mappings:
      Namespace Name Mixin selector
      official c Lbeq;c:Lbeq;
      intermediary field_42363 Lnet/minecraft/class_8112;field_42363:Lnet/minecraft/class_8112;
      named INTENTIONAL_GAME_DESIGN Lnet/minecraft/entity/damage/DeathMessageType;INTENTIONAL_GAME_DESIGN:Lnet/minecraft/entity/damage/DeathMessageType;
  • Field Details

    • CODEC

      public static final StringIdentifiable.Codec<DeathMessageType> CODEC
      Mappings:
      Namespace Name Mixin selector
      official d Lbeq;d:Lcom/mojang/serialization/Codec;
      intermediary field_42364 Lnet/minecraft/class_8112;field_42364:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/entity/damage/DeathMessageType;CODEC:Lcom/mojang/serialization/Codec;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      official e Lbeq;e:Ljava/lang/String;
      intermediary field_42365 Lnet/minecraft/class_8112;field_42365:Ljava/lang/String;
      named id Lnet/minecraft/entity/damage/DeathMessageType;id:Ljava/lang/String;
  • Constructor Details

    • DeathMessageType

      private DeathMessageType(String id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbeq;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_8112;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/entity/damage/DeathMessageType;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static DeathMessageType[] 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 DeathMessageType 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
      official c Lapr;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;