public class SPacketStatistics extends java.lang.Object implements Packet<INetHandlerPlayClient>
Constructor and Description |
---|
SPacketStatistics() |
SPacketStatistics(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_i47942_1_) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Stat<?>,java.lang.Integer> |
getStatisticMap() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public SPacketStatistics()
public SPacketStatistics(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_i47942_1_)
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public java.util.Map<Stat<?>,java.lang.Integer> getStatisticMap()