Uses of Enum Class
xericker.arenalegends.core.player.passive.contract.StatusScaling
Packages that use StatusScaling
Package
Description
-
Uses of StatusScaling in xericker.arenalegends.core.player.passive
Methods in xericker.arenalegends.core.player.passive with parameters of type StatusScalingModifier and TypeMethodDescriptionPassiveHandler.builder(String id, StatusEffect statusEffect, StatusScaling type) PassiveHandler.builder(String id, StatusScaling type) PassiveHandler.builder(StatusEffect statusEffect, StatusScaling type) PassiveHandler.builder(StatusScaling type) -
Uses of StatusScaling in xericker.arenalegends.core.player.passive.builder
Constructors in xericker.arenalegends.core.player.passive.builder with parameters of type StatusScaling -
Uses of StatusScaling in xericker.arenalegends.core.player.passive.contract
Subclasses with type arguments of type StatusScaling in xericker.arenalegends.core.player.passive.contractMethods in xericker.arenalegends.core.player.passive.contract that return StatusScalingModifier and TypeMethodDescriptionstatic StatusScalingReturns the enum constant of this class with the specified name.static StatusScaling[]StatusScaling.values()Returns an array containing the constants of this enum class, in the order they are declared.