Uses of Class
studio.magemonkey.fabled.dynamic.EffectComponent
Packages that use EffectComponent
Package
Description
-
Uses of EffectComponent in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player with parameters of type EffectComponentModifier and TypeMethodDescriptiondoublePlayerData.scaleDynamic(EffectComponent component, String key, double value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EffectComponent in com.sucy.skill.manager
Methods in com.sucy.skill.manager with parameters of type EffectComponentModifier and TypeMethodDescriptionAttributeManager.forComponent(EffectComponent component, String key) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EffectComponent in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player with parameters of type EffectComponentModifier and TypeMethodDescriptiondoublePlayerData.scaleDynamic(EffectComponent component, String key, double value) Scales a dynamic skill's value using global modifiers -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic
Fields in studio.magemonkey.fabled.dynamic with type parameters of type EffectComponentModifier and TypeFieldDescriptionfinal List<EffectComponent> EffectComponent.childrenChild componentsMethods in studio.magemonkey.fabled.dynamic that return EffectComponentMethods in studio.magemonkey.fabled.dynamic with parameters of type EffectComponentModifier and TypeMethodDescriptionstatic booleanItemChecker.check(org.bukkit.entity.Player player, int level, EffectComponent component, boolean remove) Checks the player inventory for items matching the settingsstatic voidComponentRegistry.register(EffectComponent component) -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.condition
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.conditionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassChecks if the target (Colorable) has the specified color.classA condition for dynamic skills that requires the target to be a player who's combat status matches the settingsclassFabled © 2024 studio.magemonkey.fabled.dynamic.condition.ConditionComponentclassclassA condition for dynamic skills that requires the target or caster to be facing a direction relative to the otherclassA condition for dynamic skills that requires the target to fit the distance requirementclassA condition for dynamic skills that requires the target to fit the elevation requirementclassA simple "else" condition, applying if the previous component failedclassclassA condition for dynamic skills that requires the target to be on fireclassA condition for dynamic skills that requires the target to have a specified flag activeclassclassclassFabled © 2024 studio.magemonkey.fabled.dynamic.condition.GroundclassA condition for dynamic skills that requires the target's health to fit the requirementclassA condition for dynamic skills that requires the target to have a specified itemclassA condition for dynamic skills that requires the target to have a specified held itemclassA condition for dynamic skills that requires the lighting at the target's location to be within a rangeclassclassclassChecks if the player's balance is within a range, using VaultclassA condition for dynamic skills to apply when the moon phase matches.classclassclassclassA condition for dynamic skills that requires the target to have a specified potion effectclassItem condition for a player's off handclassclassA condition for dynamic skills that requires the target to have a specified potion effectclassclassclassclassA condition for dynamic skills that requires the target to have a status conditionclassA condition for dynamic skills that requires the game time to match the settingsclassA condition for dynamic skills that requires the target to have a specified potion effectclassclassA condition for dynamic skills that requires the text value to match the settingsclassA condition for dynamic skills that requires the target to have a specified potion effectclassFabled © 2024 studio.magemonkey.fabled.dynamic.condition.Weatherclassclass -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.custom
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.customModifier and TypeClassDescriptionclassFabled © 2024 studio.magemonkey.fabled.dynamic.custom.CustomEffect -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanicModifier and TypeClassDescriptionclassclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.HealthSetMechanicclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.HealthSetMechanicclassSets the specified armor slot of the target to the item defined by the settingsclassApplies a flag to each targetclassMechanic that changes blocks for a duration before returning them to what they wereclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.BuffMechanicclassclassCancels the event that caused the trigger to go offclassExecutes child components after a delay, applying "channeling" rulesclassCleanses a target of negative potion or status effectsclassExecutes a command for each targetclassLowers the cooldowns of the caster's skillsclassApplies a flag to each targetclassDeals damage based on a held item's lore to each targetclassDeals damage to each targetclassApplies a flag to each targetclassExecutes child components after a delayclassDisguises each targetclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.DurabilityMechanicclassModifies player's class experienceclassCreates an explosion at the target's locationclassExecutes child components after a delayclassApplies a flag to each targetclassApplies a flag to each targetclassApplies a flag to each targetclassSets the flight state and flight speed of a player.classFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.FoodMechanicclassclassHeals each targetclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.HealthSetMechanicclassclassApplies a damage immunity flag to each targetclassInterrupts any channels that may be being performed by the targetsclassApplies invisibility, optionally hiding target's equipmentclassSpawns a dropped item at the specified location.classGives an item to each player targetclassLaunches a projectile using an item as its visual that applies child components upon landingclassRemoves an item to from each player targetclassLaunches the target in a given direction relative to their forward directionclassStrikes lightning about each target with an offsetclassGives mana to each targetclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.MechanicComponentclassSends a message to each player targetclassMechanic that destroys a selection of blocks at the location of the targetclassDeals damage to each targetclassMounts the target entityclassclassExecutes child components continuouslyclassApplies a flag to each targetclassExecutes child components after a delayclassHeals each targetclassHeals each targetclassPurges a target of positive potion or status effectsclassLaunches the target in a given direction relative to their forward directionclassApplies a flag to each targetclassExecutes child components multiple timesclassFabled © 2025 studio.magemonkey.fabled.dynamic.mechanic.ShieldMechanicclassclassclassPlays a particle effectclassApplies a flag to each targetclassApplies a flag to each targetclassSummons a mob to the target locationclassMechanic for taunting mobsclassThrows entities off the target's headclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.TriggerMechanicclassApplies a flag to each target -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.armorstand
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.armorstandModifier and TypeClassDescriptionclassSummons an armor stand that can be used as a marker or for item display.classclassRemoves an armor stand -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.particle
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.particleModifier and TypeClassDescriptionclassPlays a particle effectclassclassclassPlays a particle effectclassHeals each target -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.value
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.valueModifier and TypeClassDescriptionclassDeprecated.classAdds to a cast data valueclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.value.ValueCopyMechanicclassFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.value.ValueDistanceMechanicclassDeprecated.classclassLoad data from persistent data into cast dataclassAdds to a cast data valueclassAdds to a cast data valueclassclassclassAdds to a cast data valueclassDeprecated.classFabled © 2024 studio.magemonkey.fabled.dynamic.mechanic.value.ValuePlaceholderMechanicclassAdds to a cast data valueclassGets the degree differential between the target's vector and the source locationclassDeprecated.classAdds to a cast data value -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.warp
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.mechanic.warpModifier and TypeClassDescriptionclassWarps the target to a locationclassWarps the target relative to their current locationclassWarps a random distanceclassSwaps to entitiesclassWarp to a targetclassApplies a flag to each target -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.target
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.targetModifier and TypeClassDescriptionclassApplies child components to the closest all nearby entities around each of the current targets.classApplies child components to the closest all nearby entities around each of the current targets.classApplies child components to the entities in a line in front of each of the provided targets.classApplies child components to a location using the caster's faced directionclassApplies child components to the closest all nearby entities around each of the current targets.classApplies child effects to a location offset from the current targetsclassApplies a flag to each targetclassApplies child components to the casterclassApplies child components to the closest linear entity of each of the provided targets.classFabled © 2024 studio.magemonkey.fabled.dynamic.target.TargetComponentclassApplies child components to all entities in the world. -
Uses of EffectComponent in studio.magemonkey.fabled.dynamic.trigger
Subclasses of EffectComponent in studio.magemonkey.fabled.dynamic.triggerModifier and TypeClassDescriptionclassFabled © 2024 studio.magemonkey.fabled.dynamic.trigger.TriggerComponent -
Uses of EffectComponent in studio.magemonkey.fabled.manager
Methods in studio.magemonkey.fabled.manager with parameters of type EffectComponentModifier and TypeMethodDescriptionAttributeManager.forComponent(EffectComponent component, String key) IAttributeManager.forComponent(EffectComponent component, String key) NullAttributeManager.forComponent(EffectComponent component, String key) doubleFabledAttribute.modify(EffectComponent component, String key, double value, int amount) Modifies a dynamic condition's valuebooleanAttributeValue.passes(EffectComponent component) Checks whether the formula should be applied to the component
IAttributeManager.forComponent(EffectComponent, String)instead