Package net.luckperms.api.event.track
Interface TrackCreateEvent
-
- All Superinterfaces:
LuckPermsEvent
public interface TrackCreateEvent extends LuckPermsEvent
Called when a track is created
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull CreationCausegetCause()Gets the cause of the creation@NonNull TrackgetTrack()Gets the new track-
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
-
-
-
Method Detail
-
getCause
@NonNull CreationCause getCause()
Gets the cause of the creation- Returns:
- the cause of the creation
-
-