public class Packet60Explosion extends Packet
Modifier and Type | Field and Description |
---|---|
List |
chunkPositionRecords |
float |
explosionSize |
double |
explosionX |
double |
explosionY |
double |
explosionZ |
creationTimeMillis, isChunkDataPacket, packetIdToClassMap, receivedID, receivedSize, sentID, sentSize
Constructor and Description |
---|
Packet60Explosion() |
Packet60Explosion(double par1,
double par3,
double par5,
float par7,
List par8List,
Vec3 par9Vec3) |
Modifier and Type | Method and Description |
---|---|
int |
getPacketSize()
Abstract.
|
float |
getPlayerVelocityX() |
float |
getPlayerVelocityY() |
float |
getPlayerVelocityZ() |
void |
processPacket(NetHandler par1NetHandler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(DataInputStream par1DataInputStream)
Abstract.
|
void |
writePacketData(DataOutputStream par1DataOutputStream)
Abstract.
|
addIdClassMapping, canProcessAsync, containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString
public double explosionX
public double explosionY
public double explosionZ
public float explosionSize
public List chunkPositionRecords
public void readPacketData(DataInputStream par1DataInputStream) throws IOException
readPacketData
in class Packet
IOException
public void writePacketData(DataOutputStream par1DataOutputStream) throws IOException
writePacketData
in class Packet
IOException
public void processPacket(NetHandler par1NetHandler)
processPacket
in class Packet
public int getPacketSize()
getPacketSize
in class Packet
public float getPlayerVelocityX()
public float getPlayerVelocityY()
public float getPlayerVelocityZ()