net.minecraft.network.packet.s2c.play

public class ParticleS2CPacket

implements Packet<ClientPlayPacketHandler>

jg
net.minecraft.class_2023
net.minecraft.network.packet.s2c.play.ParticleS2CPacket
net.minecraft.network.play.server.SPacketParticles
net.minecraft.network.play.server.SPacketParticles

Field summary

Modifier and TypeField
private ParticleType
a
field_11613
type
field_179751_a
particleType
private float
b
field_8658
x
field_149234_b
xCoord
private float
c
field_8659
y
field_149235_c
yCoord
private float
d
field_8660
z
field_149232_d
zCoord
private float
e
field_8661
velocityX
field_149233_e
xOffset
private float
f
field_8662
velocityY
field_149230_f
yOffset
private float
g
field_8663
velocityZ
field_149231_g
zOffset
private float
h
field_8664
velocityScale
field_149237_h
particleSpeed
private int
i
field_8665
count
field_149238_i
particleCount
private boolean
j
field_11614
ignoreDistance
field_179752_j
longDistance
private int[]
k
field_11615
parameters
field_179753_k
particleArguments

Constructor summary

ModifierConstructor
public ()
public (ParticleType type, boolean ignoreDistance, float x, float y, float z, float velocityX, float velocityY, float velocityZ, float velocityScale, int count, int... parameters)

Method summary

Modifier and TypeMethod
public void
a(gy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(gy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(hw arg0)
method_7778(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public ParticleType
a()
method_10663()
getType()
func_179749_a()
getParticleType()
public boolean
b()
method_10664()
getIgnoreDistance()
func_179750_b()
isLongDistance()
public double
c()
method_7780()
getX()
func_149220_d()
getXCoordinate()
public double
d()
method_7781()
getY()
func_149226_e()
getYCoordinate()
public double
e()
method_7782()
getZ()
func_149225_f()
getZCoordinate()
public float
f()
method_7783()
getVelocityX()
func_149221_g()
getXOffset()
public float
g()
method_7784()
getVelocityY()
func_149224_h()
getYOffset()
public float
h()
method_7785()
getVelocityZ()
func_149223_i()
getZOffset()
public float
i()
method_7786()
getVelocityScale()
func_149227_j()
getParticleSpeed()
public int
j()
method_7787()
getCount()
func_149222_k()
getParticleCount()
public int[]
k()
method_10665()
getParameters()
func_179748_k()
getParticleArgs()