Uses of Enum Class
valorless.rarespawns.enums.PowerItemType
Packages that use PowerItemType
Package
Description
Item builder components (consumable, cooldown, equippable, power item, etc.).
Internal enums used by RareSpawns to configure behavior and upgrades.
-
Uses of PowerItemType in valorless.rarespawns.builders.components
Methods in valorless.rarespawns.builders.components that return PowerItemTypeModifier and TypeMethodDescriptionPowerItemComponent.getType()Gets the power item type this component represents.Constructors in valorless.rarespawns.builders.components with parameters of type PowerItemTypeModifierConstructorDescriptionCreates a new component for the given power item type. -
Uses of PowerItemType in valorless.rarespawns.enums
Methods in valorless.rarespawns.enums that return PowerItemTypeModifier and TypeMethodDescriptionstatic PowerItemTypeReturns the PowerItemType matching the given name (case-insensitive).static PowerItemTypeReturns the enum constant of this class with the specified name.static PowerItemType[]PowerItemType.values()Returns an array containing the constants of this enum class, in the order they are declared.