Interface TrackLoadEvent

All Superinterfaces:
LuckPermsEvent

public interface TrackLoadEvent extends LuckPermsEvent
Called when a track is loaded into memory from the storage. Note that this event is not the same as TrackCreateEvent
  • Method Details

    • getTrack

      @NonNull Track getTrack()
      Gets the track that was loaded
      Returns:
      the track that was loaded