Class ClientboundAwardStatsPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundAwardStatsPacket
- All Implemented Interfaces:
 Packet<ClientGamePacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundAwardStatsPacket(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_131631_) ClientboundAwardStatsPacket(FriendlyByteBuf p_178592_)  - 
Method Summary
Modifier and TypeMethodDescriptiongetStats()voidhandle(ClientGamePacketListener p_131642_) private static <T> Stat<T>readStatCap(FriendlyByteBuf p_237573_, StatType<T> p_237574_) voidwrite(FriendlyByteBuf p_131645_) private static <T> voidwriteStatCap(FriendlyByteBuf p_237570_, Stat<T> p_237571_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol 
- 
Field Details
- 
stats
 
 - 
 - 
Constructor Details
- 
ClientboundAwardStatsPacket
 - 
ClientboundAwardStatsPacket
 
 - 
 - 
Method Details
- 
readStatCap
 - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 - 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
writeStatCap
 - 
getStats
 
 -