net.minecraft.network.packet.s2c.play

public class ParticleS2CPacket

implements Packet<ClientPlayPacketHandler>

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

Field summary

Modifier and TypeField
private ParticleType
a
field_11613
type
particleType
private float
b
field_8658
x
xCoord
private float
c
field_8659
y
yCoord
private float
d
field_8660
z
zCoord
private float
e
field_8661
velocityX
xOffset
private float
f
field_8662
velocityY
yOffset
private float
g
field_8663
velocityZ
zOffset
private float
h
field_8664
velocityScale
particleSpeed
private int
i
field_8665
count
particleCount
private boolean
j
field_11614
ignoreDistance
longDistance
private int[]
k
field_11615
parameters
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(em arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(em arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fj arg0)
method_7778(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public ParticleType
a()
method_10663()
getType()
getParticleType()
public boolean
b()
method_10664()
getIgnoreDistance()
isLongDistance()
public double
c()
method_7780()
getX()
getXCoordinate()
public double
d()
method_7781()
getY()
getYCoordinate()
public double
e()
method_7782()
getZ()
getZCoordinate()
public float
f()
method_7783()
getVelocityX()
getXOffset()
public float
g()
method_7784()
getVelocityY()
getYOffset()
public float
h()
method_7785()
getVelocityZ()
getZOffset()
public float
i()
method_7786()
getVelocityScale()
getParticleSpeed()
public int
j()
method_7787()
getCount()
getParticleCount()
public int[]
k()
method_10665()
getParameters()
getParticleArgs()