net.minecraft.network.protocol.game

public class ClientboundExplodePacket

implements Packet<ClientGamePacketListener>

rx
net.minecraft.network.protocol.game.ClientboundExplodePacket
net.minecraft.class_2664
net.minecraft.unmapped.C_kbftqsek
net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
net.minecraft.src.C_5064_
net.minecraft.network.protocol.game.PacketPlayOutExplosion

Field summary

Modifier and TypeField
private final double
a
x
field_12180
f_fmduhyag
x
f_132105_
private final double
b
y
field_12178
f_ovppxiva
y
f_132106_
private final double
c
z
field_12177
f_ipvswpqj
z
f_132107_
private final float
d
power
field_12179
f_hkeimofw
radius
f_132108_
private final List<BlockPos>
e
toBlow
field_12181
f_rrzuxqje
affectedBlocks
f_132109_
private final float
f
knockbackX
field_12176
f_inbrgnyo
playerVelocityX
f_132110_
private final float
g
knockbackY
field_12183
f_gpomjflh
playerVelocityY
f_132111_
private final float
h
knockbackZ
field_12182
f_ruvqkwsr
playerVelocityZ
f_132112_

Constructor summary

ModifierConstructor
public (double x, double y, double z, float radius, List<BlockPos> affectedBlocks, Vec3 playerVelocity)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(pn arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
m_pwnpydub(C_idfydwco arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(qu arg0)
handle(ClientGamePacketListener arg0)
method_11480(class_2602 arg0)
m_amuupkqu(C_rbfddnlp arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public float
b()
getKnockbackX()
method_11472()
m_fniteuxh()
getPlayerVelocityX()
m_132127_()
public float
c()
getKnockbackY()
method_11473()
m_bdkerlvp()
getPlayerVelocityY()
m_132130_()
public float
d()
getKnockbackZ()
method_11474()
m_bgacdwor()
getPlayerVelocityZ()
m_132131_()
public double
e()
getX()
method_11475()
m_hrvwhgly()
getX()
m_132132_()
public double
f()
getY()
method_11477()
m_obtlcfug()
getY()
m_132133_()
public double
g()
getZ()
method_11478()
m_btwsofcx()
getZ()
m_132134_()
public float
h()
getPower()
method_11476()
m_hautkhpm()
getRadius()
m_132135_()
public List<BlockPos>
i()
getToBlow()
method_11479()
m_xlillpvg()
getAffectedBlocks()
m_132136_()