net.minecraft.network.protocol.game

public class ClientboundExplodePacket

implements Packet<ClientGamePacketListener>

acz
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
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundExplodePacket>
a
STREAM_CODEC
field_47925
CODEC
f_316417_
private final double
b
x
field_12180
x
f_132105_
private final double
c
y
field_12178
y
f_132106_
private final double
d
z
field_12177
z
f_132107_
private final float
e
power
field_12179
radius
f_132108_
private final List<BlockPos>
f
toBlow
field_12181
affectedBlocks
f_132109_
private final float
g
knockbackX
field_12176
playerVelocityX
f_132110_
private final float
h
knockbackY
field_12183
playerVelocityY
f_132111_
private final float
i
knockbackZ
field_12182
playerVelocityZ
f_132112_
private final ParticleOptions
j
smallExplosionParticles
field_47515
particle
f_302927_
private final ParticleOptions
k
largeExplosionParticles
field_47516
emitterParticle
f_302340_
private final Explosion$BlockInteraction
l
blockInteraction
field_47517
destructionType
f_302457_
private final Holder<SoundEvent>
m
explosionSound
field_47518
soundEvent
f_303703_

Constructor summary

ModifierConstructor
public (double x, double y, double z, float radius, List<BlockPos> affectedBlocks, Vec3 playerVelocity, Explosion$BlockInteraction destructionType, ParticleOptions particle, ParticleOptions emitterParticle, Holder<SoundEvent> arg9)
private (RegistryFriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
private void
a(wk arg0)
write(RegistryFriendlyByteBuf arg0)
method_55877(class_9129 arg0)
write(RegistryByteBuf buf)
m_132128_(C_313350_ arg0)
public PacketType<ClientboundExplodePacket>
a()
type()
method_55846()
getPacketId()
m_5779_()
public void
a(abu arg0)
handle(ClientGamePacketListener arg0)
method_11480(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public float
b()
getKnockbackX()
method_11472()
getPlayerVelocityX()
m_132127_()
public float
e()
getKnockbackY()
method_11473()
getPlayerVelocityY()
m_132130_()
public float
f()
getKnockbackZ()
method_11474()
getPlayerVelocityZ()
m_132131_()
public double
g()
getX()
method_11475()
getX()
m_132132_()
public double
h()
getY()
method_11477()
getY()
m_132133_()
public double
i()
getZ()
method_11478()
getZ()
m_132134_()
public float
j()
getPower()
method_11476()
getRadius()
m_132135_()
public List<BlockPos>
k()
getToBlow()
method_11479()
getAffectedBlocks()
m_132136_()
public Explosion$BlockInteraction
l()
getBlockInteraction()
method_55328()
getDestructionType()
m_305992_()
public ParticleOptions
m()
getSmallExplosionParticles()
method_55329()
getParticle()
m_307612_()
public ParticleOptions
n()
getLargeExplosionParticles()
method_55330()
getEmitterParticle()
m_305172_()
public Holder<SoundEvent>
o()
getExplosionSound()
method_55331()
getSoundEvent()
m_307893_()