Package net.minecraft.entity.damage
Enum Class DamageScaling
- All Implemented Interfaces:
Serializable
,Comparable<DamageScaling>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official bel
intermediary net/minecraft/class_8108
named net/minecraft/entity/damage/DamageScaling
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<DamageScaling>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static DamageScaling
Returns the enum constant of this class with the specified name.static DamageScaling[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NEVER
- Mappings:
Namespace Name Mixin selector official a
Lbel;a:Lbel;
intermediary field_42285
Lnet/minecraft/class_8108;field_42285:Lnet/minecraft/class_8108;
named NEVER
Lnet/minecraft/entity/damage/DamageScaling;NEVER:Lnet/minecraft/entity/damage/DamageScaling;
-
WHEN_CAUSED_BY_LIVING_NON_PLAYER
- Mappings:
Namespace Name Mixin selector official b
Lbel;b:Lbel;
intermediary field_42286
Lnet/minecraft/class_8108;field_42286:Lnet/minecraft/class_8108;
named WHEN_CAUSED_BY_LIVING_NON_PLAYER
Lnet/minecraft/entity/damage/DamageScaling;WHEN_CAUSED_BY_LIVING_NON_PLAYER:Lnet/minecraft/entity/damage/DamageScaling;
-
ALWAYS
- Mappings:
Namespace Name Mixin selector official c
Lbel;c:Lbel;
intermediary field_42287
Lnet/minecraft/class_8108;field_42287:Lnet/minecraft/class_8108;
named ALWAYS
Lnet/minecraft/entity/damage/DamageScaling;ALWAYS:Lnet/minecraft/entity/damage/DamageScaling;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official d
Lbel;d:Lcom/mojang/serialization/Codec;
intermediary field_42288
Lnet/minecraft/class_8108;field_42288:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/entity/damage/DamageScaling;CODEC:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector official e
Lbel;e:Ljava/lang/String;
intermediary field_42289
Lnet/minecraft/class_8108;field_42289:Ljava/lang/String;
named id
Lnet/minecraft/entity/damage/DamageScaling;id:Ljava/lang/String;
-
-
Constructor Details
-
DamageScaling
- Mappings:
Namespace Name Mixin selector official <init>
Lbel;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_8108;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/entity/damage/DamageScaling;<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 official c
Laqa;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;
-