Uses of Enum Class
valorless.rarespawns.enums.SoulHarvesterGainType
Packages that use SoulHarvesterGainType
Package
Description
Item builder components (consumable, cooldown, equippable, power item, etc.).
Internal enums used by RareSpawns to configure behavior and upgrades.
-
Uses of SoulHarvesterGainType in valorless.rarespawns.builders.components
Fields in valorless.rarespawns.builders.components declared as SoulHarvesterGainTypeModifier and TypeFieldDescriptionSoulHarvesterComponent.gainTypeThe method by which souls are gained. -
Uses of SoulHarvesterGainType in valorless.rarespawns.enums
Methods in valorless.rarespawns.enums that return SoulHarvesterGainTypeModifier and TypeMethodDescriptionstatic SoulHarvesterGainTypeSoulHarvesterGainType.fromString(String s) Converts a string representation to the corresponding SoulHarvesterGainType enum value.static SoulHarvesterGainTypeReturns the enum constant of this class with the specified name.static SoulHarvesterGainType[]SoulHarvesterGainType.values()Returns an array containing the constants of this enum class, in the order they are declared.