public interface TrackMutateEvent extends LuckPermsEvent
| Modifier and Type | Method and Description |
|---|---|
@NonNull List<String> |
getDataAfter()
Gets an immutable copy of the tracks data after the change
|
@NonNull List<String> |
getDataBefore()
Gets an immutable copy of the tracks data before the change
|
@NonNull Track |
getTrack()
Gets the track that was mutated
|
getApi