Uses of Enum
de.marcely.bedwars.api.cosmetics.shop.CosmeticItemCategory
Packages that use CosmeticItemCategory
-
Uses of CosmeticItemCategory in de.marcely.bedwars.api.cosmetics
Methods in de.marcely.bedwars.api.cosmetics with parameters of type CosmeticItemCategoryModifier and TypeMethodDescription@Nullable CosmeticItem
CosmeticPlayer.getActive
(CosmeticItemCategory category) Get the active cosmetic item of the player for a given category.void
CosmeticPlayer.unsetActive
(CosmeticItemCategory category) Removes the active cosmetic item of the player. -
Uses of CosmeticItemCategory in de.marcely.bedwars.api.cosmetics.shop
Fields in de.marcely.bedwars.api.cosmetics.shop declared as CosmeticItemCategoryModifier and TypeFieldDescriptionstatic final CosmeticItemCategory[]
CosmeticItemCategory.VALUES
A list of all possible shop item categories that exist.Methods in de.marcely.bedwars.api.cosmetics.shop that return CosmeticItemCategoryModifier and TypeMethodDescriptionstatic @Nullable CosmeticItemCategory
Gets the category by itsEnum.name()
while being case-insensitive.CosmeticItem.getCategory()
Returns the category of this item.static CosmeticItemCategory
Returns the enum constant of this type with the specified name.static CosmeticItemCategory[]
CosmeticItemCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.