net.minecraft.network.protocol.game

public class ClientboundExplodePacket

implements Packet<ClientGamePacketListener>

wi
net.minecraft.network.protocol.game.ClientboundExplodePacket
net.minecraft.class_2664
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
x
f_132105_
private final double
b
y
field_12178
y
f_132106_
private final double
c
z
field_12177
z
f_132107_
private final float
d
power
field_12179
radius
f_132108_
private final List<BlockPos>
e
toBlow
field_12181
affectedBlocks
f_132109_
private final float
f
knockbackX
field_12176
playerVelocityX
f_132110_
private final float
g
knockbackY
field_12183
playerVelocityY
f_132111_
private final float
h
knockbackZ
field_12182
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(ss arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(ve arg0)
handle(ClientGamePacketListener arg0)
method_11480(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public float
a()
getKnockbackX()
method_11472()
getPlayerVelocityX()
m_132127_()
public float
c()
getKnockbackY()
method_11473()
getPlayerVelocityY()
m_132130_()
public float
d()
getKnockbackZ()
method_11474()
getPlayerVelocityZ()
m_132131_()
public double
e()
getX()
method_11475()
getX()
m_132132_()
public double
f()
getY()
method_11477()
getY()
m_132133_()
public double
g()
getZ()
method_11478()
getZ()
m_132134_()
public float
h()
getPower()
method_11476()
getRadius()
m_132135_()
public List<BlockPos>
i()
getToBlow()
method_11479()
getAffectedBlocks()
m_132136_()