net.minecraft.network.packet.s2c.play

public class ParticleS2CPacket

extends Packet

hb
net.minecraft.class_2023
net.minecraft.network.packet.s2c.play.ParticleS2CPacket
net.minecraft.network.play.server.S2APacketParticles

Field summary

Modifier and TypeField
private String
a
field_8657
type
field_149236_a
private float
b
field_8658
x
field_149234_b
private float
c
field_8659
y
field_149235_c
private float
d
field_8660
z
field_149232_d
private float
e
field_8661
velocityX
field_149233_e
private float
f
field_8662
velocityY
field_149230_f
private float
g
field_8663
velocityZ
field_149231_g
private float
h
field_8664
velocityScale
field_149237_h
private int
i
field_8665
count
field_149238_i

Constructor summary

ModifierConstructor
public ()
public (String type, float x, float y, float z, float velocityX, float velocityY, float velocityZ, float velocityScale, int count)

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_7778(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public String
c()
method_7779()
getType()
func_149228_c()
public double
d()
method_7780()
getX()
func_149220_d()
public double
e()
method_7781()
getY()
func_149226_e()
public double
f()
method_7782()
getZ()
func_149225_f()
public float
g()
method_7783()
getVelocityX()
func_149221_g()
public float
h()
method_7784()
getVelocityY()
func_149224_h()
public float
i()
method_7785()
getVelocityZ()
func_149223_i()
public float
j()
method_7786()
getVelocityScale()
func_149227_j()
public int
k()
method_7787()
getCount()
func_149222_k()