Uses of Enum
de.marcely.bedwars.api.cosmetics.shop.CosmeticItemBehaviour
Packages that use CosmeticItemBehaviour
-
Uses of CosmeticItemBehaviour in de.marcely.bedwars.api.cosmetics.shop
Methods in de.marcely.bedwars.api.cosmetics.shop that return CosmeticItemBehaviourModifier and TypeMethodDescriptionstatic @Nullable CosmeticItemBehaviour
Gets the behavior by itsEnum.name()
while being case-insensitive.CosmeticItem.getBehaviour()
Returns the behaviour when this item is being activated.static CosmeticItemBehaviour
Returns the enum constant of this type with the specified name.static CosmeticItemBehaviour[]
CosmeticItemBehaviour.values()
Returns an array containing the constants of this enum type, in the order they are declared.