net.minecraft.network.packet.s2c.play

public class ExplosionS2CPacket

implements Packet<ClientPlayPacketHandler>

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

Field summary

Modifier and TypeField
private double
a
field_8623
x
field_149158_a
posX
private double
b
field_8624
y
field_149156_b
posY
private double
c
field_8625
z
field_149157_c
posZ
private float
d
field_8626
power
field_149154_d
strength
private List<BlockPos>
e
field_8627
damagedBlocks
field_149155_e
affectedBlockPositions
private float
f
field_8628
playerVelocityX
field_149152_f
motionX
private float
g
field_8629
playerVelocityY
field_149153_g
motionY
private float
h
field_8630
playerVelocityZ
field_149159_h
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(hy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(hy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(iy arg0)
method_7740(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public float
b()
method_7741()
getPlayerVelocityX()
func_149149_c()
getMotionX()
public float
c()
method_7742()
getPlayerVelocityY()
func_149144_d()
getMotionY()
public float
d()
method_7743()
getPlayerVelocityZ()
func_149147_e()
getMotionZ()
public double
e()
method_7744()
getX()
func_149148_f()
getX()
public double
f()
method_7745()
getY()
func_149143_g()
getY()
public double
g()
method_7746()
getZ()
func_149145_h()
getZ()
public float
h()
method_7747()
getPower()
func_149146_i()
getStrength()
public List<BlockPos>
i()
method_7748()
getDamagedBlocks()
func_149150_j()
getAffectedBlockPositions()