net.minecraft.src
Class Packet60Explosion
java.lang.Object
net.minecraft.src.Packet
net.minecraft.src.Packet60Explosion
public class Packet60Explosion
- extends Packet
Methods inherited from class net.minecraft.src.Packet |
containsSameEntityIDAs, getNewPacket, getPacketId, isRealPacket, isWritePacket, readBytesFromStream, readItemStack, readNBTTagCompound, readPacket, readString, toString, writeByteArray, writeItemStack, writePacket, writeString |
explosionX
public double explosionX
explosionY
public double explosionY
explosionZ
public double explosionZ
explosionSize
public float explosionSize
field_73613_e
public List field_73613_e
Packet60Explosion
public Packet60Explosion()
Packet60Explosion
public Packet60Explosion(double par1,
double par3,
double par5,
float par7,
List par8List,
Vec3 par9Vec3)
readPacketData
public void readPacketData(DataInputStream par1DataInputStream)
throws IOException
- Abstract. Reads the raw packet data from the data stream.
- Specified by:
readPacketData
in class Packet
- Throws:
IOException
writePacketData
public void writePacketData(DataOutputStream par1DataOutputStream)
throws IOException
- Abstract. Writes the raw packet data to the data stream.
- Specified by:
writePacketData
in class Packet
- Throws:
IOException
processPacket
public void processPacket(NetHandler par1NetHandler)
- Passes this Packet on to the NetHandler for processing.
- Specified by:
processPacket
in class Packet
getPacketSize
public int getPacketSize()
- Abstract. Return the size of the packet (not counting the header).
- Specified by:
getPacketSize
in class Packet
func_73607_d
public float func_73607_d()
func_73609_f
public float func_73609_f()
func_73608_g
public float func_73608_g()