Interface GroupDeleteEvent

All Superinterfaces:
LuckPermsEvent

public interface GroupDeleteEvent extends LuckPermsEvent
Called when a group is deleted
  • Method Details

    • getGroupName

      @NonNull String getGroupName()
      Gets the name of the deleted group
      Returns:
      the name of the deleted group
    • getExistingData

      @NonNull Set<Node> getExistingData()
      Gets an immutable copy of the groups existing data
      Returns:
      a copy of the groups existing data
    • getCause

      Gets the cause of the deletion
      Returns:
      the cause of the deletion