Interface ServerChangeBoostCountEvent

  • All Superinterfaces:
    Event, ServerEvent

    public interface ServerChangeBoostCountEvent
    extends ServerEvent
    A server change boost count event.
    • Method Detail

      • getOldBoostCount

        int getOldBoostCount()
        Gets the old boost count of the server.
        Returns:
        The old boost count of the server.
      • getNewBoostCount

        int getNewBoostCount()
        Gets the new boost count of the server.
        Returns:
        The new boost count of the server.