Class ClientboundAwardStatsPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundAwardStatsPacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundAwardStatsPacket(it.unimi.dsi.fastutil.objects.Object2IntMap<Stat<?>> p_131631_) ClientboundAwardStatsPacket(FriendlyByteBuf p_178592_) 
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
stats
 
- 
- 
Constructor Details- 
ClientboundAwardStatsPacket
- 
ClientboundAwardStatsPacket
 
- 
- 
Method Details- 
readStatCap
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
writeStatCap
- 
getStats
 
-