Uses of Enum Class
de.murmelmeister.murmelapi.group.color.GroupColorType
Packages that use GroupColorType
-
Uses of GroupColorType in de.murmelmeister.murmelapi.group.color
Methods in de.murmelmeister.murmelapi.group.color 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.color with parameters of type GroupColorTypeModifier and TypeMethodDescriptionGroupColor.getColor(int groupId, GroupColorType type) Retrieves the color associated with the specified group and group color type.GroupColorProvider.getColor(int groupId, GroupColorType type) GroupColor.getPrefix(int groupId, GroupColorType type) Retrieves the prefix associated with the specified group and group color type.GroupColorProvider.getPrefix(int groupId, GroupColorType type) GroupColor.getSuffix(int groupId, GroupColorType type) Retrieves the suffix associated with the specified group and group color type.GroupColorProvider.getSuffix(int groupId, GroupColorType type) voidGroupColor.setColor(int executorId, int groupId, GroupColorType type, String color) Sets the color associated with the specified group and group color type.voidGroupColorProvider.setColor(int executorId, int groupId, GroupColorType type, String color) voidGroupColor.setPrefix(int executorId, int groupId, GroupColorType type, String prefix) Sets the prefix associated with the specified group and group color type.voidGroupColorProvider.setPrefix(int executorId, int groupId, GroupColorType type, String prefix) voidGroupColor.setSuffix(int executorId, int groupId, GroupColorType type, String suffix) Sets the suffix associated with the specified group and group color type.voidGroupColorProvider.setSuffix(int executorId, int groupId, GroupColorType type, String suffix)