YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.network.packet.Packet60Explosion Class Reference
Inheritance diagram for net.minecraft.network.packet.Packet60Explosion:
net.minecraft.network.packet.Packet

Public Member Functions

 Packet60Explosion ()
 
 Packet60Explosion (double par1, double par3, double par5, float par7, List par8List, Vec3 par9Vec3)
 
void readPacketData (DataInputStream par1DataInputStream) throws IOException
 
void writePacketData (DataOutputStream par1DataOutputStream) throws IOException
 
void processPacket (NetHandler par1NetHandler)
 
int getPacketSize ()
 
float getPlayerVelocityX ()
 
float getPlayerVelocityY ()
 
float getPlayerVelocityZ ()
 
- Public Member Functions inherited from net.minecraft.network.packet.Packet
final int getPacketId ()
 
boolean isRealPacket ()
 
boolean containsSameEntityIDAs (Packet par1Packet)
 
boolean canProcessAsync ()
 
String toString ()
 

Public Attributes

double explosionX
 
double explosionY
 
double explosionZ
 
float explosionSize
 
List chunkPositionRecords
 
- Public Attributes inherited from net.minecraft.network.packet.Packet
final long creationTimeMillis = System.currentTimeMillis()
 
boolean isChunkDataPacket = false
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.network.packet.Packet
static void addIdClassMapping (int par0, boolean par1, boolean par2, Class par3Class)
 
static Packet getNewPacket (ILogAgent par0ILogAgent, int par1)
 
static void writeByteArray (DataOutputStream par0DataOutputStream, byte[] par1ArrayOfByte) throws IOException
 
static byte[] readBytesFromStream (DataInputStream par0DataInputStream) throws IOException
 
static Packet readPacket (ILogAgent par0ILogAgent, DataInputStream par1DataInputStream, boolean par2, Socket par3Socket) throws IOException
 
static void writePacket (Packet par0Packet, DataOutputStream par1DataOutputStream) throws IOException
 
static void writeString (String par0Str, DataOutputStream par1DataOutputStream) throws IOException
 
static String readString (DataInputStream par0DataInputStream, int par1) throws IOException
 
static ItemStack readItemStack (DataInputStream par0DataInputStream) throws IOException
 
static void writeItemStack (ItemStack par0ItemStack, DataOutputStream par1DataOutputStream) throws IOException
 
static NBTTagCompound readNBTTagCompound (DataInputStream par0DataInputStream) throws IOException
 
- Static Public Attributes inherited from net.minecraft.network.packet.Packet
static IntHashMap packetIdToClassMap = new IntHashMap()
 
static long receivedID
 
static long receivedSize
 
static long sentID
 
static long sentSize
 
- Static Protected Member Functions inherited from net.minecraft.network.packet.Packet
static void writeNBTTagCompound (NBTTagCompound par0NBTTagCompound, DataOutputStream par1DataOutputStream) throws IOException
 
- Protected Attributes inherited from net.minecraft.network.packet.Packet
ILogAgent field_98193_m
 

Constructor & Destructor Documentation

net.minecraft.network.packet.Packet60Explosion.Packet60Explosion ( )
net.minecraft.network.packet.Packet60Explosion.Packet60Explosion ( double  par1,
double  par3,
double  par5,
float  par7,
List  par8List,
Vec3  par9Vec3 
)

Member Function Documentation

int net.minecraft.network.packet.Packet60Explosion.getPacketSize ( )
virtual

Abstract. Return the size of the packet (not counting the header).

Implements net.minecraft.network.packet.Packet.

float net.minecraft.network.packet.Packet60Explosion.getPlayerVelocityX ( )

Gets the X velocity of the player being pushed by the explosion.

float net.minecraft.network.packet.Packet60Explosion.getPlayerVelocityY ( )

Gets the Y velocity of the player being pushed by the explosion.

float net.minecraft.network.packet.Packet60Explosion.getPlayerVelocityZ ( )

Gets the Z velocity of the player being pushed by the explosion.

void net.minecraft.network.packet.Packet60Explosion.processPacket ( NetHandler  par1NetHandler)
virtual

Passes this Packet on to the NetHandler for processing.

Implements net.minecraft.network.packet.Packet.

void net.minecraft.network.packet.Packet60Explosion.readPacketData ( DataInputStream  par1DataInputStream) throws IOException
virtual

Abstract. Reads the raw packet data from the data stream.

Implements net.minecraft.network.packet.Packet.

void net.minecraft.network.packet.Packet60Explosion.writePacketData ( DataOutputStream  par1DataOutputStream) throws IOException
virtual

Abstract. Writes the raw packet data to the data stream.

Implements net.minecraft.network.packet.Packet.

Member Data Documentation

List net.minecraft.network.packet.Packet60Explosion.chunkPositionRecords
float net.minecraft.network.packet.Packet60Explosion.explosionSize
double net.minecraft.network.packet.Packet60Explosion.explosionX
double net.minecraft.network.packet.Packet60Explosion.explosionY
double net.minecraft.network.packet.Packet60Explosion.explosionZ

The documentation for this class was generated from the following file: