public interface TrackDeleteEvent extends LuckPermsEvent
| Modifier and Type | Method and Description |
|---|---|
DeletionCause |
getCause()
Gets the cause of the deletion
|
List<String> |
getExistingData()
Gets an immutable copy of the tracks existing data
|
String |
getTrackName()
Gets the name of the deleted track
|
getApi@Nonnull String getTrackName()
@Nonnull List<String> getExistingData()
@Nonnull DeletionCause getCause()
Copyright © 2018. All rights reserved.