Uses of Enum Class
xericker.arenalegends.core.player.passive.contract.StatusEffect
Packages that use StatusEffect
Package
Description
-
Uses of StatusEffect in xericker.arenalegends.core.player.passive
Methods in xericker.arenalegends.core.player.passive that return StatusEffectMethods in xericker.arenalegends.core.player.passive with parameters of type StatusEffectModifier and TypeMethodDescriptionPassiveHandler.builder(String id, StatusEffect statusEffect) PassiveHandler.builder(String id, StatusEffect statusEffect, StatusScaling type) PassiveHandler.builder(StatusEffect statusEffect) PassiveHandler.builder(StatusEffect statusEffect, StatusScaling type) booleanPassiveHandler.has(org.bukkit.entity.Player player, StatusEffect statusEffect) booleanPassiveHandler.has(org.bukkit.entity.Player player, StatusEffect... statusEffects) voidPassiveHandler.remove(org.bukkit.entity.Player player, String id, StatusEffect statusEffect) voidPassiveHandler.remove(org.bukkit.entity.Player player, StatusEffect statusEffect) -
Uses of StatusEffect in xericker.arenalegends.core.player.passive.builder
Methods in xericker.arenalegends.core.player.passive.builder with parameters of type StatusEffectConstructors in xericker.arenalegends.core.player.passive.builder with parameters of type StatusEffectModifierConstructorDescriptionScalingPassive(org.bukkit.entity.Player player, org.bukkit.attribute.Attribute attribute, org.bukkit.attribute.AttributeModifier.Operation operation, double startValue, double endValue, long duration, StatusEffect statusEffect, String id) StaticPassive(org.bukkit.entity.Player player, org.bukkit.attribute.Attribute attribute, org.bukkit.attribute.AttributeModifier.Operation operation, double value, long duration, StatusEffect statusEffect, String id) -
Uses of StatusEffect in xericker.arenalegends.core.player.passive.contract
Subclasses with type arguments of type StatusEffect in xericker.arenalegends.core.player.passive.contractMethods in xericker.arenalegends.core.player.passive.contract that return StatusEffectModifier and TypeMethodDescriptionstatic StatusEffectReturns the enum constant of this class with the specified name.static StatusEffect[]StatusEffect.values()Returns an array containing the constants of this enum class, in the order they are declared.