Enum Class DamageScaling

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

public enum DamageScaling extends Enum<DamageScaling> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/entity/damage/DamageScaling
intermediary net/minecraft/class_8108
official bty
  • Enum Constant Details Link icon

    • NEVER Link icon

      public static final DamageScaling NEVER
      Mappings:
      Namespace Name Mixin selector
      named NEVER Lnet/minecraft/entity/damage/DamageScaling;NEVER:Lnet/minecraft/entity/damage/DamageScaling;
      intermediary field_42285 Lnet/minecraft/class_8108;field_42285:Lnet/minecraft/class_8108;
      official a Lbty;a:Lbty;
    • WHEN_CAUSED_BY_LIVING_NON_PLAYER Link icon

      public static final DamageScaling WHEN_CAUSED_BY_LIVING_NON_PLAYER
      Mappings:
      Namespace Name Mixin selector
      named WHEN_CAUSED_BY_LIVING_NON_PLAYER Lnet/minecraft/entity/damage/DamageScaling;WHEN_CAUSED_BY_LIVING_NON_PLAYER:Lnet/minecraft/entity/damage/DamageScaling;
      intermediary field_42286 Lnet/minecraft/class_8108;field_42286:Lnet/minecraft/class_8108;
      official b Lbty;b:Lbty;
    • ALWAYS Link icon

      public static final DamageScaling ALWAYS
      Mappings:
      Namespace Name Mixin selector
      named ALWAYS Lnet/minecraft/entity/damage/DamageScaling;ALWAYS:Lnet/minecraft/entity/damage/DamageScaling;
      intermediary field_42287 Lnet/minecraft/class_8108;field_42287:Lnet/minecraft/class_8108;
      official c Lbty;c:Lbty;
  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.Codec<DamageScaling> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/entity/damage/DamageScaling;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_42288 Lnet/minecraft/class_8108;field_42288:Lcom/mojang/serialization/Codec;
      official d Lbty;d:Lcom/mojang/serialization/Codec;
    • id Link icon

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/entity/damage/DamageScaling;id:Ljava/lang/String;
      intermediary field_42289 Lnet/minecraft/class_8108;field_42289:Ljava/lang/String;
      official e Lbty;e:Ljava/lang/String;
  • Constructor Details Link icon

    • DamageScaling Link icon

      private DamageScaling(String id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/damage/DamageScaling;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_8108;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lbty;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      public static DamageScaling[] 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 Link icon

      public static DamageScaling 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 Link icon

      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 Lbba;c()Ljava/lang/String;