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