public interface Group
Usage Example: @StringProvider String provideStringAboutGroup(Group group)
Group names of users are provided with @GroupProvider String[] provideGroups(UUID playerUUID)
Group
parameter methods are not called without knowledge of a group name.
This method parameter is used since it is not possible to differentiate String playerName and String groupName.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupName() |