net.minecraft.network.packet.s2c.play

public class ExplosionS2CPacket

implements Packet<ClientPlayPacketHandler>

gn
net.minecraft.class_2018
net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
net.minecraft.network.play.server.SPacketExplosion

Field summary

Modifier and TypeField
private double
a
field_8623
x
posX
private double
b
field_8624
y
posY
private double
c
field_8625
z
posZ
private float
d
field_8626
power
strength
private List<BlockPos>
e
field_8627
damagedBlocks
affectedBlockPositions
private float
f
field_8628
playerVelocityX
motionX
private float
g
field_8629
playerVelocityY
motionY
private float
h
field_8630
playerVelocityZ
motionZ

Constructor summary

ModifierConstructor
public ()
public (double x, double y, double z, float power, List<BlockPos> damagedBlocks, Vec3d playerVelocity)

Method summary

Modifier and TypeMethod
public void
a(eo arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eo arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fk arg0)
method_7740(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public float
a()
method_7741()
getPlayerVelocityX()
getMotionX()
public float
b()
method_7742()
getPlayerVelocityY()
getMotionY()
public float
c()
method_7743()
getPlayerVelocityZ()
getMotionZ()
public double
d()
method_7744()
getX()
getX()
public double
e()
method_7745()
getY()
getY()
public double
f()
method_7746()
getZ()
getZ()
public float
g()
method_7747()
getPower()
getStrength()
public List<BlockPos>
h()
method_7748()
getDamagedBlocks()
getAffectedBlockPositions()