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 TypeMethodDescriptionvoidAttributeManager.addByComponent(String key, FabledAttribute fabledAttribute) Deprecated, for removal: This API element is subject to removal in a future version.voidAttributeManager.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 TypeMethodDescriptionvoidAttributeHandler.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 TypeMethodDescriptionvoidAttributeManager.addByComponent(String key, FabledAttribute fabledAttribute) voidIAttributeManager.addByComponent(String key, FabledAttribute fabledAttribute) voidNullAttributeManager.addByComponent(String key, FabledAttribute fabledAttribute) voidAttributeManager.addByStat(String key, FabledAttribute fabledAttribute) voidIAttributeManager.addByStat(String key, FabledAttribute fabledAttribute) voidNullAttributeManager.addByStat(String key, FabledAttribute fabledAttribute)
IAttributeManager.getAttribute(String)instead