Uses of Enum Class
de.murmelmeister.murmelapi.group.settings.GroupColorType
Packages that use GroupColorType
-
Uses of GroupColorType in de.murmelmeister.murmelapi.group.settings
Methods in de.murmelmeister.murmelapi.group.settings that return GroupColorTypeModifier and TypeMethodDescriptionstatic GroupColorTypeReturns the enum constant of this class with the specified name.static GroupColorType[]GroupColorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.group.settings with parameters of type GroupColorTypeModifier and TypeMethodDescriptionGroupColorSettings.getColor(GroupColorType type, int groupId) Obtains the color of a group.GroupColorSettingsProvider.getColor(GroupColorType type, int groupId) GroupColorSettings.getPrefix(GroupColorType type, int groupId) Obtains the prefix of a group.GroupColorSettingsProvider.getPrefix(GroupColorType type, int groupId) GroupColorSettings.getSuffix(GroupColorType type, int groupId) Obtains the suffix of a group.GroupColorSettingsProvider.getSuffix(GroupColorType type, int groupId) voidGroupColorSettings.setColor(GroupColorType type, int groupId, int creatorId, String color) Sets the color of a group.voidGroupColorSettingsProvider.setColor(GroupColorType type, int groupId, int creatorId, String color) voidGroupColorSettings.setPrefix(GroupColorType type, int groupId, int creatorId, String prefix) Sets the prefix of a group.voidGroupColorSettingsProvider.setPrefix(GroupColorType type, int groupId, int creatorId, String prefix) voidGroupColorSettings.setSuffix(GroupColorType type, int groupId, int creatorId, String suffix) Sets the suffix of a group.voidGroupColorSettingsProvider.setSuffix(GroupColorType type, int groupId, int creatorId, String suffix)