net.minecraft.network.protocol.game

public record ClientboundDamageEventPacket

implements Packet<ClientGamePacketListener>

acu
net.minecraft.network.protocol.game.ClientboundDamageEventPacket
net.minecraft.class_8143
net.minecraft.network.packet.s2c.play.EntityDamageS2CPacket
net.minecraft.src.C_268363_
net.minecraft.network.protocol.game.ClientboundDamageEventPacket

Field summary

Modifier and TypeField
private final int
b
entityId
comp_1267
entityId
f_268504_
private final Holder<DamageType>
c
sourceType
comp_1268
sourceType
f_316647_
private final int
d
sourceCauseId
comp_1269
sourceCauseId
f_268559_
private final int
e
sourceDirectId
comp_1270
sourceDirectId
f_268649_
private final Optional<Vec3>
f
sourcePosition
comp_1271
sourcePosition
f_268712_
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundDamageEventPacket>
a
STREAM_CODEC
field_47921
CODEC
f_315470_

Constructor summary

ModifierConstructor
public (Entity entity, DamageSource damageSource)
private (RegistryFriendlyByteBuf buf)
public (int sourceType, Holder<DamageType> sourceCauseId, int sourceDirectId, int sourcePosition, Optional<Vec3> arg4)

Method summary

Modifier and TypeMethod
private static void
a(vw arg0, int arg1)
writeOptionalEntityId(FriendlyByteBuf arg0, int arg1)
method_49072(class_2540 arg0, int arg1)
writeOffsetVarInt(PacketByteBuf buf, int value)
m_269073_(C_4983_ p_270812_, int p_270852_)
private static int
a(vw arg0)
readOptionalEntityId(FriendlyByteBuf arg0)
method_49075(class_2540 arg0)
readOffsetVarInt(PacketByteBuf buf)
m_269135_(C_4983_ p_270462_)
private void
a(wk arg0)
write(RegistryFriendlyByteBuf arg0)
method_55873(class_9129 arg0)
write(RegistryByteBuf buf)
m_269009_(C_313350_ arg0)
public PacketType<ClientboundDamageEventPacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(abu arg0)
handle(ClientGamePacketListener arg0)
method_49074(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public DamageSource
a(dcw arg0)
getSource(Level arg0)
method_49071(class_1937 arg0)
createDamageSource(World world)
m_269591_(C_1596_ arg0)
public int
b()
entityId()
comp_1267()
entityId()
f_268504_()
public Holder<DamageType>
e()
sourceType()
comp_1268()
sourceType()
f_316647_()
public int
f()
sourceCauseId()
comp_1269()
sourceCauseId()
f_268559_()
public int
g()
sourceDirectId()
comp_1270()
sourceDirectId()
f_268649_()
public Optional<Vec3>
h()
sourcePosition()
comp_1271()
sourcePosition()
f_268712_()