public class SStatisticsPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Constructor and Description |
|---|
SStatisticsPacket() |
SStatisticsPacket(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(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SStatisticsPacket()
public SStatisticsPacket(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_i47942_1_)
public void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic java.util.Map<Stat<?>,java.lang.Integer> getStatisticMap()