Package net.luckperms.api.event.group
Interface GroupCreateEvent
-
- All Superinterfaces:
LuckPermsEvent
public interface GroupCreateEvent extends LuckPermsEvent
Called when a group is created
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull CreationCausegetCause()Gets the cause of the creation@NonNull GroupgetGroup()Gets the new group-
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
-
-