public class SPacketParticles extends java.lang.Object implements Packet<INetHandlerPlayClient>
Constructor and Description |
---|
SPacketParticles() |
SPacketParticles(T p_i47932_1_,
boolean p_i47932_2_,
float p_i47932_3_,
float p_i47932_4_,
float p_i47932_5_,
float p_i47932_6_,
float p_i47932_7_,
float p_i47932_8_,
float p_i47932_9_,
int p_i47932_10_) |
Modifier and Type | Method and Description |
---|---|
IParticleData |
getParticle() |
int |
getParticleCount() |
float |
getParticleSpeed() |
double |
getXCoordinate() |
float |
getXOffset() |
double |
getYCoordinate() |
float |
getYOffset() |
double |
getZCoordinate() |
float |
getZOffset() |
boolean |
isLongDistance() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public SPacketParticles()
public SPacketParticles(T p_i47932_1_, boolean p_i47932_2_, float p_i47932_3_, float p_i47932_4_, float p_i47932_5_, float p_i47932_6_, float p_i47932_7_, float p_i47932_8_, float p_i47932_9_, int p_i47932_10_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public boolean isLongDistance()
public double getXCoordinate()
public double getYCoordinate()
public double getZCoordinate()
public float getXOffset()
public float getYOffset()
public float getZOffset()
public float getParticleSpeed()
public int getParticleCount()
public IParticleData getParticle()
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>