Interface NamedGroup

All Superinterfaces:
Group

public interface NamedGroup extends Group
A group that also has a name.
Since:
1.0
Version:
1.0
API Note:
This optional interface does not change the functionality of a Group in any way. It only provides extra context for error messages and logs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the group.

    Methods inherited from interface dev.sympho.modular_commands.api.permission.Group

    belongs
  • Method Details

    • name

      @Pure String name()
      Retrieves the name of the group.
      Returns:
      The group's name.