public interface GroupDeleteEvent extends LuckPermsEvent
| Modifier and Type | Method and Description |
|---|---|
DeletionCause |
getCause()
Gets the cause of the deletion
|
Set<Node> |
getExistingData()
Gets an immutable copy of the groups existing data
|
String |
getGroupName()
Gets the name of the deleted group
|
getApi@Nonnull String getGroupName()
@Nonnull Set<Node> getExistingData()
@Nonnull DeletionCause getCause()
Copyright © 2018. All rights reserved.