net.minecraft.network.packet
Class PacketCount

java.lang.Object
  extended by net.minecraft.network.packet.PacketCount

public class PacketCount
extends Object


Field Summary
static boolean allowCounting
          If false, countPacket does nothing
 
Constructor Summary
PacketCount()
           
 
Method Summary
static void countPacket(int par0, long par1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowCounting

public static boolean allowCounting
If false, countPacket does nothing

Constructor Detail

PacketCount

public PacketCount()
Method Detail

countPacket

public static void countPacket(int par0,
                               long par1)