public interface GroupDeleteEvent extends LuckPermsEvent
| Modifier and Type | Method and Description |
|---|---|
@NonNull DeletionCause |
getCause()
Gets the cause of the deletion
|
@NonNull Set<Node> |
getExistingData()
Gets an immutable copy of the groups existing data
|
@NonNull String |
getGroupName()
Gets the name of the deleted group
|
getApi, getEventType@NonNull String getGroupName()
@NonNull Set<Node> getExistingData()
@NonNull DeletionCause getCause()