Package net.luckperms.api.event.track
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 asTrackCreateEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull TrackgetTrack()Gets the track that was loaded-
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
-