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 that return types with arguments of type GroupColorTypeModifier and TypeMethodDescriptionstatic @NotNull Optional<GroupColorType> GroupColorType.fromId(int id) Fast lookup that returns an Optional for the given id.static @NotNull Optional<GroupColorType> Fast lookup that returns an Optional for the given name (case-insensitive).