|  | 
| 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 | 
|  | 
| final long | creationTimeMillis = System.currentTimeMillis() | 
|  | 
| boolean | isChunkDataPacket = false | 
|  | 
| static IntHashMap | packetIdToClassMap = new IntHashMap() | 
|  | 
| static long | receivedID | 
|  | 
| static long | receivedSize | 
|  | 
| static long | sentID | 
|  | 
| static long | sentSize | 
|  | 
| static void | writeNBTTagCompound (NBTTagCompound par0NBTTagCompound, DataOutputStream par1DataOutputStream)  throws IOException | 
|  | 
| ILogAgent | field_98193_m | 
|  | 
      
        
          | net.minecraft.network.packet.Packet55BlockDestroy.Packet55BlockDestroy | ( | ) |  |  | 
      
 
 
      
        
          | net.minecraft.network.packet.Packet55BlockDestroy.Packet55BlockDestroy | ( | int | par1, | 
        
          |  |  | int | par2, | 
        
          |  |  | int | par3, | 
        
          |  |  | int | par4, | 
        
          |  |  | int | par5 | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | boolean net.minecraft.network.packet.Packet55BlockDestroy.containsSameEntityIDAs | ( | Packet | par1Packet) |  |  | 
      
 
eg return packet30entity.entityId == entityId; WARNING : will throw if you compare a packet to a different packet class 
 
 
      
        
          | int net.minecraft.network.packet.Packet55BlockDestroy.getDestroyedStage | ( | ) |  |  | 
      
 
Gets how far destroyed this block is 
 
 
      
        
          | int net.minecraft.network.packet.Packet55BlockDestroy.getEntityId | ( | ) |  |  | 
      
 
Gets the ID of the entity breaking the block 
 
 
  
  | 
        
          | int net.minecraft.network.packet.Packet55BlockDestroy.getPacketSize | ( | ) |  |  |  | virtual | 
 
 
      
        
          | int net.minecraft.network.packet.Packet55BlockDestroy.getPosX | ( | ) |  |  | 
      
 
Gets the X position of the block 
 
 
      
        
          | int net.minecraft.network.packet.Packet55BlockDestroy.getPosY | ( | ) |  |  | 
      
 
Gets the Y position of the block 
 
 
      
        
          | int net.minecraft.network.packet.Packet55BlockDestroy.getPosZ | ( | ) |  |  | 
      
 
Gets the Z position of the block 
 
 
      
        
          | boolean net.minecraft.network.packet.Packet55BlockDestroy.isRealPacket | ( | ) |  |  | 
      
 
only false for the abstract Packet class, all real packets return true 
 
 
  
  | 
        
          | void net.minecraft.network.packet.Packet55BlockDestroy.processPacket | ( | NetHandler | par1NetHandler) |  |  |  | virtual | 
 
 
  
  | 
        
          | void net.minecraft.network.packet.Packet55BlockDestroy.readPacketData | ( | DataInputStream | par1DataInputStream) |  | throws IOException |  | virtual | 
 
 
  
  | 
        
          | void net.minecraft.network.packet.Packet55BlockDestroy.writePacketData | ( | DataOutputStream | par1DataOutputStream) |  | throws IOException |  | virtual | 
 
 
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/network/packet/Packet55BlockDestroy.java