Uses of Interface
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 that return CosmeticItemCategoryModifier and TypeMethodDescription@Nullable CosmeticItemCategory
CosmeticsAPI.getCategoryById
(String id) Gets a cosmetic item category by itsgetId()
.Methods in de.marcely.bedwars.api.cosmetics that return types with arguments of type CosmeticItemCategoryModifier and TypeMethodDescriptionCosmeticsAPI.getCategories()
Returns all available cosmetic item categories.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.ANIMATION_BED_DESTROY
Played when the player with this cosmetic destroys a bed.static final CosmeticItemCategory
CosmeticItemCategory.ANIMATION_DEATH
Played when the player with this cosmetic dies.static final CosmeticItemCategory
CosmeticItemCategory.ANIMATION_KILL
Played when the player with this cosmetic kills another player.static final CosmeticItemCategory
CosmeticItemCategory.ANIMATION_ROUND_START
Played when the game starts for the player with this cosmetic.static final CosmeticItemCategory
CosmeticItemCategory.ANIMATION_SHOOT_PROJECTILE
Played when the player with this cosmetic shoots a projectile.static final CosmeticItemCategory
CosmeticItemCategory.ANIMATION_VICTORY
Played when the player with this cosmetic wins the game.static final CosmeticItemCategory
CosmeticItemCategory.IMAGE_ITEM_FRAME
Players with this item may click on an item frame to display an image in it.static final CosmeticItemCategory
CosmeticItemCategory.IMAGE_PARTICLE_SPAWNERS
Displays an image if a player with this item picks up a dropped item.static final CosmeticItemCategory
CosmeticItemCategory.KILL_MESSAGES
Changes the kill/death messages for players with this item.static final CosmeticItemCategory
CosmeticItemCategory.SHOP_ITEM_PRODUCT_MODIFIER
Modifies the products that are sold in the shop for players with this item.static final CosmeticItemCategory
CosmeticItemCategory.SKIN_ALL_DEALER_TYPES
Changes the skin of both the dealer and upgrade dealer.static final CosmeticItemCategory
CosmeticItemCategory.SKIN_DEALER
Changes the skin of a dealer.static final CosmeticItemCategory
CosmeticItemCategory.SKIN_UPGRADE_DEALER
Changes the skin of an upgrade dealer.Methods in de.marcely.bedwars.api.cosmetics.shop that return CosmeticItemCategory