Package net.minecraft.entity.damage
Record Class DamageType
java.lang.Object
java.lang.Record
net.minecraft.entity.damage.DamageType
- Record Components:
- msgId-
- scaling-
- exhaustion-
- effects-
- deathMessageType-
public record DamageType(String msgId, DamageScaling scaling, float exhaustion, DamageEffects effects, DeathMessageType deathMessageType)
extends Record
- Mappings:
- Namespace - Name - named - net/minecraft/entity/damage/DamageType- intermediary - net/minecraft/class_8110- official - bte- named - msgId- intermediary - comp_1242- official - d- named - scaling- intermediary - comp_1243- official - e- named - exhaustion- intermediary - comp_1244- official - f- named - effects- intermediary - comp_1245- official - g- named - deathMessageType- intermediary - comp_1246- official - h
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DamageType> private final DeathMessageTypeThe field for thedeathMessageTyperecord component.private final DamageEffectsThe field for theeffectsrecord component.static final com.mojang.serialization.Codec<RegistryEntry<DamageType>> static final PacketCodec<RegistryByteBuf, RegistryEntry<DamageType>> private final floatThe field for theexhaustionrecord component.private final StringThe field for themsgIdrecord component.private final DamageScalingThe field for thescalingrecord component.
- 
Constructor SummaryConstructorsConstructorDescriptionDamageType(String msgId, float exhaustion) DamageType(String msgId, float exhaustion, DamageEffects effects) DamageType(String msgId, DamageScaling scaling, float exhaustion) DamageType(String msgId, DamageScaling scaling, float exhaustion, DamageEffects effects) DamageType(String string, DamageScaling damageScaling, float float2, DamageEffects damageEffects, DeathMessageType deathMessageType) 
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of thedeathMessageTyperecord component.effects()Returns the value of theeffectsrecord component.final booleanIndicates whether some other object is "equal to" this one.floatReturns the value of theexhaustionrecord component.final inthashCode()Returns a hash code value for this object.msgId()Returns the value of themsgIdrecord component.scaling()Returns the value of thescalingrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
msgIdThe field for themsgIdrecord component.
- 
scalingThe field for thescalingrecord component.
- 
exhaustionprivate final float exhaustionThe field for theexhaustionrecord component.
- 
effectsThe field for theeffectsrecord component.
- 
deathMessageTypeThe field for thedeathMessageTyperecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/entity/damage/DamageType;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_42318- Lnet/minecraft/class_8110;field_42318:Lcom/mojang/serialization/Codec;- official - a- Lbte;a:Lcom/mojang/serialization/Codec;
 
- 
ENTRY_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - ENTRY_CODEC- Lnet/minecraft/entity/damage/DamageType;ENTRY_CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_51565- Lnet/minecraft/class_8110;field_51565:Lcom/mojang/serialization/Codec;- official - b- Lbte;b:Lcom/mojang/serialization/Codec;
 
- 
ENTRY_PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - ENTRY_PACKET_CODEC- Lnet/minecraft/entity/damage/DamageType;ENTRY_PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_51932- Lnet/minecraft/class_8110;field_51932:Lnet/minecraft/class_9139;- official - c- Lbte;c:Lyn;
 
 
- 
- 
Constructor Details- 
DamageType- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/damage/DamageType;<init>(Ljava/lang/String;Lnet/minecraft/entity/damage/DamageScaling;F)V- intermediary - <init>- Lnet/minecraft/class_8110;<init>(Ljava/lang/String;Lnet/minecraft/class_8108;F)V- official - <init>- Lbte;<init>(Ljava/lang/String;Lbtb;F)V
 
- 
DamageType- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/damage/DamageType;<init>(Ljava/lang/String;Lnet/minecraft/entity/damage/DamageScaling;FLnet/minecraft/entity/damage/DamageEffects;)V- intermediary - <init>- Lnet/minecraft/class_8110;<init>(Ljava/lang/String;Lnet/minecraft/class_8108;FLnet/minecraft/class_8107;)V- official - <init>- Lbte;<init>(Ljava/lang/String;Lbtb;FLbta;)V
 
- 
DamageType- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/damage/DamageType;<init>(Ljava/lang/String;FLnet/minecraft/entity/damage/DamageEffects;)V- intermediary - <init>- Lnet/minecraft/class_8110;<init>(Ljava/lang/String;FLnet/minecraft/class_8107;)V- official - <init>- Lbte;<init>(Ljava/lang/String;FLbta;)V
 
- 
DamageType- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/damage/DamageType;<init>(Ljava/lang/String;F)V- intermediary - <init>- Lnet/minecraft/class_8110;<init>(Ljava/lang/String;F)V- official - <init>- Lbte;<init>(Ljava/lang/String;F)V
 
- 
DamageTypepublic DamageType(String string, DamageScaling damageScaling, float float2, DamageEffects damageEffects, DeathMessageType deathMessageType) 
 
- 
- 
Method Details- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
msgIdReturns the value of themsgIdrecord component.- Returns:
- the value of the msgIdrecord component
 
- 
scalingReturns the value of thescalingrecord component.- Returns:
- the value of the scalingrecord component
 
- 
exhaustionpublic float exhaustion()Returns the value of theexhaustionrecord component.- Returns:
- the value of the exhaustionrecord component
 
- 
effectsReturns the value of theeffectsrecord component.- Returns:
- the value of the effectsrecord component
 
- 
deathMessageTypeReturns the value of thedeathMessageTyperecord component.- Returns:
- the value of the deathMessageTyperecord component
 
 
-