net.minecraft.entity.damage

public record DamageType

byd
net.minecraft.world.damagesource.DamageType
net.minecraft.class_8110
net.minecraft.entity.damage.DamageType
net.minecraft.unmapped.C_vkikwfla
net.minecraft.entity.damage.DamageType
net.minecraft.src.C_268380_

Field summary

Modifier and TypeField
private final String
d
msgId
comp_1242
msgId
f_tjkivtfe
messageId
f_268677_
private final DamageScaling
e
scaling
comp_1243
scaling
f_ucgmhxwa
scaling
f_268501_
private final float
f
exhaustion
comp_1244
exhaustion
f_rovdrnem
exhaustion
f_268663_
private final DamageEffects
g
effects
comp_1245
effects
f_atjiubco
effects
f_268686_
private final DeathMessageType
h
deathMessageType
comp_1246
deathMessageType
f_nhvgwnza
deathMessageType
f_268472_
public static final com.mojang.serialization.Codec<DamageType>
a
DIRECT_CODEC
field_42318
CODEC
f_ccxgusji
DIRECT_CODEC
f_314803_
public static final com.mojang.serialization.Codec<RegistryEntry<DamageType>>
b
CODEC
field_51565
ENTRY_CODEC
f_wtgxjvyv
CODEC
f_336772_
public static final PacketCodec<RegistryByteBuf, RegistryEntry<DamageType>>
c
STREAM_CODEC
field_51932
ENTRY_PACKET_CODEC
f_qbfeqlhf
PACKET_CODEC
f_337254_

Constructor summary

ModifierConstructor
public (String msgId, DamageScaling scaling, float exhaustion)
public (String msgId, DamageScaling scaling, float exhaustion, DamageEffects effects)
public (String msgId, float exhaustion, DamageEffects effects)
public (String msgId, float exhaustion)
public (String messageId, DamageScaling scaling, float exhaustion, DamageEffects effects, DeathMessageType deathMessageType)

Method summary

Modifier and TypeMethod
public String
a()
msgId()
comp_1242()
msgId()
m_oeyyhiji()
getMessageId()
f_268677_()
public DamageScaling
b()
scaling()
comp_1243()
scaling()
m_rthkwsuc()
getScaling()
f_268501_()
public float
c()
exhaustion()
comp_1244()
exhaustion()
m_rzbgllaq()
getExhaustion()
f_268663_()
public DamageEffects
d()
effects()
comp_1245()
effects()
m_fumayixv()
getEffects()
f_268686_()
public DeathMessageType
e()
deathMessageType()
comp_1246()
deathMessageType()
m_jvdiocfw()
getDeathMessageType()
f_268472_()