Uses of Class
studio.magemonkey.fabled.manager.FabledAttribute
Packages that use FabledAttribute
Package
Description
-
Uses of FabledAttribute in com.sucy.skill.manager
Methods in com.sucy.skill.manager that return FabledAttributeModifier and TypeMethodDescriptionAttributeManager.getAttribute
(String key) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.sucy.skill.manager that return types with arguments of type FabledAttributeModifier and TypeMethodDescriptionAttributeManager.forComponent
(EffectComponent component, String key) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.UseIAttributeManager.forStat(String)
insteadAttributeManager.getAttributes()
Deprecated, for removal: This API element is subject to removal in a future version.UseIAttributeManager.getAttributes()
insteadMethods in com.sucy.skill.manager with parameters of type FabledAttributeModifier and TypeMethodDescriptionvoid
AttributeManager.addByComponent
(String key, FabledAttribute fabledAttribute) Deprecated, for removal: This API element is subject to removal in a future version.void
AttributeManager.addByStat
(String key, FabledAttribute fabledAttribute) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of FabledAttribute in studio.magemonkey.fabled.gui.handlers
Methods in studio.magemonkey.fabled.gui.handlers with parameters of type FabledAttributeModifier and TypeMethodDescriptionvoid
AttributeHandler.onClick
(FabledAttribute type, int slot, boolean left, boolean shift) -
Uses of FabledAttribute in studio.magemonkey.fabled.manager
Methods in studio.magemonkey.fabled.manager that return FabledAttributeModifier and TypeMethodDescriptionAttributeManager.getAttribute
(String key) Retrieves an attribute templateIAttributeManager.getAttribute
(String key) Retrieves an attribute templateNullAttributeManager.getAttribute
(String key) Methods in studio.magemonkey.fabled.manager that return types with arguments of type FabledAttributeModifier and TypeMethodDescriptionAttributeManager.forComponent
(EffectComponent component, String key) IAttributeManager.forComponent
(EffectComponent component, String key) NullAttributeManager.forComponent
(EffectComponent component, String key) AttributeManager.getAttributes()
Unsafe getter for the attribute data.IAttributeManager.getAttributes()
NullAttributeManager.getAttributes()
Methods in studio.magemonkey.fabled.manager with parameters of type FabledAttributeModifier and TypeMethodDescriptionvoid
AttributeManager.addByComponent
(String key, FabledAttribute fabledAttribute) void
IAttributeManager.addByComponent
(String key, FabledAttribute fabledAttribute) void
NullAttributeManager.addByComponent
(String key, FabledAttribute fabledAttribute) void
AttributeManager.addByStat
(String key, FabledAttribute fabledAttribute) void
IAttributeManager.addByStat
(String key, FabledAttribute fabledAttribute) void
NullAttributeManager.addByStat
(String key, FabledAttribute fabledAttribute)
IAttributeManager.getAttribute(String)
instead