public interface TrackDeleteEvent extends LuckPermsEvent
| Modifier and Type | Method and Description |
|---|---|
@NonNull DeletionCause |
getCause()
Gets the cause of the deletion
|
@NonNull List<String> |
getExistingData()
Gets an immutable copy of the tracks existing data
|
@NonNull String |
getTrackName()
Gets the name of the deleted track
|
getApi, getEventType@NonNull String getTrackName()
@NonNull List<String> getExistingData()
@NonNull DeletionCause getCause()