Uses of Enum Class
valorless.rarespawns.datamodels.SoulPowerInfo.SoulPowerType
Packages that use SoulPowerInfo.SoulPowerType
Package
Description
Data models backing configuration and runtime state.
Ability system for RareSpawns.
-
Uses of SoulPowerInfo.SoulPowerType in valorless.rarespawns.datamodels
Fields in valorless.rarespawns.datamodels declared as SoulPowerInfo.SoulPowerTypeModifier and TypeFieldDescriptionSoulPowerInfo.typeTrigger type for when a Soul Power activates.Methods in valorless.rarespawns.datamodels that return SoulPowerInfo.SoulPowerTypeModifier and TypeMethodDescriptionstatic SoulPowerInfo.SoulPowerTypeCase-insensitive parser for trigger type names.static SoulPowerInfo.SoulPowerTypeReturns the enum constant of this class with the specified name.static SoulPowerInfo.SoulPowerType[]SoulPowerInfo.SoulPowerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SoulPowerInfo.SoulPowerType in valorless.rarespawns.soulpower
Methods in valorless.rarespawns.soulpower with parameters of type SoulPowerInfo.SoulPowerTypeModifier and TypeMethodDescriptionSoulPowerManager.getSoulPowers(org.bukkit.entity.Player player, SoulPowerInfo.SoulPowerType type) Collects soul powers of a specific trigger type from the player's equipped armor and main-hand item.