Uses of Enum Class
net.minecraft.world.damagesource.DamageScaling
Packages that use DamageScaling
-
Uses of DamageScaling in net.minecraft.world.damagesource
Subclasses with type arguments of type DamageScaling in net.minecraft.world.damagesourceFields in net.minecraft.world.damagesource declared as DamageScalingModifier and TypeFieldDescriptionprivate final DamageScalingDamageType.scalingThe field for thescalingrecord component.Fields in net.minecraft.world.damagesource with type parameters of type DamageScalingModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DamageScaling> DamageScaling.CODECMethods in net.minecraft.world.damagesource that return DamageScalingModifier and TypeMethodDescriptionDamageType.scaling()Returns the value of thescalingrecord component.static DamageScalingReturns the enum constant of this class with the specified name.static DamageScaling[]DamageScaling.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.damagesource with parameters of type DamageScalingModifierConstructorDescriptionDamageType(String msgdId, DamageScaling scaling, float exhaustion) DamageType(String msgdId, DamageScaling scaling, float exhaustion, DamageEffects effects) DamageType(String msgId, DamageScaling scaling, float exhaustion, DamageEffects effects, DeathMessageType deathMessageType) Creates an instance of aDamageTyperecord class.