Interface ServerChangeServerFeaturesEvent

  • All Superinterfaces:
    Event, ServerEvent

    public interface ServerChangeServerFeaturesEvent
    extends ServerEvent
    A server change server features event.
    • Method Detail

      • getOldServerFeatures

        java.util.Set<ServerFeature> getOldServerFeatures()
        Gets the old server features of the server.
        Returns:
        The old server features of the server.
      • getNewServerFeatures

        java.util.Set<ServerFeature> getNewServerFeatures()
        Gets the new server features of the server.
        Returns:
        The new server features of the server.