Package net.minecraft.entity.damage
Enum Class DamageScaling
- All Implemented Interfaces:
Serializable,Comparable<DamageScaling>,Constable,StringIdentifiable
- Mappings:
Namespace Name official bksintermediary net/minecraft/class_8108named 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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DamageScaling>private final StringFields 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.static DamageScalingReturns 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 aLbks;a:Lbks;intermediary field_42285Lnet/minecraft/class_8108;field_42285:Lnet/minecraft/class_8108;named NEVERLnet/minecraft/entity/damage/DamageScaling;NEVER:Lnet/minecraft/entity/damage/DamageScaling;
-
WHEN_CAUSED_BY_LIVING_NON_PLAYER
- Mappings:
Namespace Name Mixin selector official bLbks;b:Lbks;intermediary field_42286Lnet/minecraft/class_8108;field_42286:Lnet/minecraft/class_8108;named WHEN_CAUSED_BY_LIVING_NON_PLAYERLnet/minecraft/entity/damage/DamageScaling;WHEN_CAUSED_BY_LIVING_NON_PLAYER:Lnet/minecraft/entity/damage/DamageScaling;
-
ALWAYS
- Mappings:
Namespace Name Mixin selector official cLbks;c:Lbks;intermediary field_42287Lnet/minecraft/class_8108;field_42287:Lnet/minecraft/class_8108;named ALWAYSLnet/minecraft/entity/damage/DamageScaling;ALWAYS:Lnet/minecraft/entity/damage/DamageScaling;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official dLbks;d:Lcom/mojang/serialization/Codec;intermediary field_42288Lnet/minecraft/class_8108;field_42288:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/entity/damage/DamageScaling;CODEC:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector official eLbks;e:Ljava/lang/String;intermediary field_42289Lnet/minecraft/class_8108;field_42289:Ljava/lang/String;named idLnet/minecraft/entity/damage/DamageScaling;id:Ljava/lang/String;
-
-
Constructor Details
-
DamageScaling
- Mappings:
Namespace Name Mixin selector official <init>Lbks;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_8108;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLavk;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-