net.minecraft.network.packet.s2c.play

public class ExplosionS2CPacket

extends Packet

gu
net.minecraft.class_2018
net.minecraft.network.packet.s2c.play.ExplosionS2CPacket
net.minecraft.network.play.server.S27PacketExplosion

Field summary

Modifier and TypeField
private double
a
field_8623
x
field_149158_a
private double
b
field_8624
y
field_149156_b
private double
c
field_8625
z
field_149157_c
private float
d
field_8626
power
field_149154_d
private List
e
field_8627
damagedBlocks
field_149155_e
private float
f
field_8628
playerVelocityX
field_149152_f
private float
g
field_8629
playerVelocityY
field_149153_g
private float
h
field_8630
playerVelocityZ
field_149159_h

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fv arg0)
method_7740(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public float
c()
method_7741()
getPlayerVelocityX()
func_149149_c()
public float
d()
method_7742()
getPlayerVelocityY()
func_149144_d()
public float
e()
method_7743()
getPlayerVelocityZ()
func_149147_e()
public double
f()
method_7744()
getX()
func_149148_f()
public double
g()
method_7745()
getY()
func_149143_g()
public double
h()
method_7746()
getZ()
func_149145_h()
public float
i()
method_7747()
getPower()
func_149146_i()
public List
j()
method_7748()
getDamagedBlocks()
func_149150_j()