Package net.luckperms.api.event.track
Interface TrackCreateEvent
- All Superinterfaces:
LuckPermsEvent
Called when a track is created
-
Method Summary
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Method Details
-
getTrack
Gets the new track- Returns:
- the new track
-
getCause
@NonNull CreationCause getCause()Gets the cause of the creation- Returns:
- the cause of the creation
-