public interface UserTrackEvent extends LuckPermsEvent, Sourced
| Modifier and Type | Method and Description |
|---|---|
TrackAction |
getAction()
Gets the action performed
|
Optional<String> |
getGroupFrom()
Gets the group the user was promoted/demoted from.
|
Optional<String> |
getGroupTo()
Gets the group the user was promoted/demoted to
|
Track |
getTrack()
Gets the track involved in the event
|
User |
getUser()
Gets the user who was promoted or demoted
|
getApi@Nonnull Track getTrack()
@Nonnull User getUser()
@Nonnull TrackAction getAction()
@Nonnull Optional<String> getGroupFrom()
May be Optional.empty() if the user wasn't already placed on the track.
Copyright © 2018. All rights reserved.