Interface IStatsListener
@Environment(CLIENT)
public interface IStatsListener
This
interface is implemented by Screens and TScreens
that wish to receive callback method calls for whenever the server sends a
ClientboundAwardStatsPacket to the client.-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked automatically onMinecraft'sThreadwhenever the server sends aClientboundAwardStatsPacketto the client.
-
Method Details
-
statsReceivedCallback
void statsReceivedCallback()Invoked automatically onMinecraft'sThreadwhenever the server sends aClientboundAwardStatsPacketto the client.- See Also:
-