Interface PreNetworkSyncEvent

All Superinterfaces:
Cancellable, LuckPermsEvent

public interface PreNetworkSyncEvent extends LuckPermsEvent, Cancellable
Called after a request for synchronisation has been received via the messaging service, but before it has actually been completed.

Note: the generic PreSyncEvent will also be called for full syncs.

  • Method Details

    • getSyncId

      @NonNull UUID getSyncId()
      Gets the ID of the sync request
      Returns:
      the id of the sync request
    • getType

      @NonNull SyncType getType()
      Gets the sync type.
      Returns:
      the sync type
      Since:
      5.5
    • getSpecificUserUniqueId

      @Nullable UUID getSpecificUserUniqueId()
      Gets the unique id of the specific user that will be synced, if applicable.
      Returns:
      the unique id of the specific user
      Since:
      5.5