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 Type
    Method
    Description
    void
    Invoked automatically on Minecraft's Thread whenever the server sends a ClientboundAwardStatsPacket to the client.
  • Method Details

    • statsReceivedCallback

      void statsReceivedCallback()
      Invoked automatically on Minecraft's Thread whenever the server sends a ClientboundAwardStatsPacket to the client.
      See Also:
      • BlockableEventLoop.execute(Runnable)