net.minecraft.network.packet.s2c.play

public class ParticleS2CPacket

implements Packet<ClientPlayPacketHandler>

ki
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 float
a
field_8658
x
field_149234_b
xCoord
private float
b
field_8659
y
field_149235_c
yCoord
private float
c
field_8660
z
field_149232_d
zCoord
private float
d
field_8661
velocityX
field_149233_e
xOffset
private float
e
field_8662
velocityY
field_149230_f
yOffset
private float
f
field_8663
velocityZ
field_149231_g
zOffset
private float
g
field_8664
velocityScale
field_149237_h
particleSpeed
private int
h
field_8665
count
field_149238_i
particleCount
private boolean
i
field_11614
ignoreDistance
field_179752_j
longDistance
private ParticleOptions
j
field_11613
type
field_197700_j
particle

Constructor summary

ModifierConstructor
public ()
public <T extends ParticleOptions>(T type, boolean ignoreDistance, float x, float y, float z, float velocityX, float velocityY, float velocityZ, float velocityScale, int count)

Method summary

Modifier and TypeMethod
public void
a(hy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
private <T extends ParticleOptions> T
a(hy arg0, fl<T> arg1)
method_20241(class_1967 arg0, class_2562<T> arg1)
readOptions(PacketByteBuf buffer, ParticleType<T> type)
func_199855_a(PacketBuffer arg0, ParticleType<T> arg1)
readParticle(PacketBuffer arg0, ParticleType<T> arg1)
public void
b(hy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(iy arg0)
method_7778(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
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 ParticleOptions
k()
method_10663()
getType()
func_197699_j()
getParticle()