Uses of Enum Class
valorless.rarespawns.enums.SoulHarvesterUpgradeType
Packages that use SoulHarvesterUpgradeType
Package
Description
Data models backing configuration and runtime state.
Internal enums used by RareSpawns to configure behavior and upgrades.
-
Uses of SoulHarvesterUpgradeType in valorless.rarespawns.datamodels
Fields in valorless.rarespawns.datamodels declared as SoulHarvesterUpgradeTypeModifier and TypeFieldDescriptionSoulHarvesterUpgrade.typeType of upgrade: ATTRIBUTE, ENCHANTMENT, POWER, MODELDATA, ITEMMODELConstructors in valorless.rarespawns.datamodels with parameters of type SoulHarvesterUpgradeTypeModifierConstructorDescriptionSoulHarvesterUpgrade(String id, String uuid, SoulHarvesterUpgradeType type, Integer requiredSouls) Creates a SoulHarvesterUpgrade with a resolved enum type. -
Uses of SoulHarvesterUpgradeType in valorless.rarespawns.enums
Methods in valorless.rarespawns.enums that return SoulHarvesterUpgradeTypeModifier and TypeMethodDescriptionstatic SoulHarvesterUpgradeTypeSoulHarvesterUpgradeType.fromString(String s) Converts a string representation to the corresponding SoulHarvesterUpgradeType enum value.static SoulHarvesterUpgradeTypeReturns the enum constant of this class with the specified name.static SoulHarvesterUpgradeType[]SoulHarvesterUpgradeType.values()Returns an array containing the constants of this enum class, in the order they are declared.