Interface TrackDeleteEvent

All Superinterfaces:
LuckPermsEvent

public interface TrackDeleteEvent extends LuckPermsEvent
Called when a track is deleted
  • Method Details

    • getTrackName

      @NonNull String getTrackName()
      Gets the name of the deleted track
      Returns:
      the name of the deleted track
    • getExistingData

      @NonNull List<String> getExistingData()
      Gets an immutable copy of the tracks existing data
      Returns:
      a copy of the tracks existing data
    • getCause

      Gets the cause of the deletion
      Returns:
      the cause of the deletion