net.minecraft.client.network.packet

public class ExplosionS2CPacket

implements Packet<ClientPlayPacketListener>

lh
net.minecraft.class_2664
net.minecraft.client.network.packet.ExplosionS2CPacket
net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
net.minecraft.network.play.server.SExplosionPacket
net.minecraft.network.play.server.SExplosionPacket

Field summary

Modifier and TypeField
private double
a
field_12180
x
x
field_149158_a
posX
private double
b
field_12178
y
y
field_149156_b
posY
private double
c
field_12177
z
z
field_149157_c
posZ
private float
d
field_12179
radius
power
field_149154_d
strength
private List<BlockPos>
e
field_12181
affectedBlocks
damagedBlocks
field_149155_e
affectedBlockPositions
private float
f
field_12176
playerVelocityX
playerVelocityX
field_149152_f
motionX
private float
g
field_12183
playerVelocityY
playerVelocityY
field_149153_g
motionY
private float
h
field_12182
playerVelocityZ
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(jd arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(jd arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(ke arg0)
method_11480(class_2602 arg0)
method_11480(ClientPlayPacketListener arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(IClientPlayNetHandler arg0)
processPacket(IClientPlayNetHandler handler)
public float
b()
method_11472()
getPlayerVelocityX()
getPlayerVelocityX()
func_149149_c()
getMotionX()
public float
c()
method_11473()
getPlayerVelocityY()
getPlayerVelocityY()
func_149144_d()
getMotionY()
public float
d()
method_11474()
getPlayerVelocityZ()
getPlayerVelocityZ()
func_149147_e()
getMotionZ()
public double
e()
method_11475()
getX()
getX()
func_149148_f()
getX()
public double
f()
method_11477()
getY()
getY()
func_149143_g()
getY()
public double
g()
method_11478()
getZ()
getZ()
func_149145_h()
getZ()
public float
h()
method_11476()
getRadius()
getPower()
func_149146_i()
getStrength()
public List<BlockPos>
i()
method_11479()
getAffectedBlocks()
getDamagedBlocks()
func_149150_j()
getAffectedBlockPositions()