Uses of Class
studio.magemonkey.fabled.api.player.PlayerAttributeModifier
Packages that use PlayerAttributeModifier
-
Uses of PlayerAttributeModifier in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return types with arguments of type PlayerAttributeModifierModifier and TypeMethodDescriptionPlayerData.getAttributeModifiers(String key) Deprecated, for removal: This API element is subject to removal in a future version.PlayerData.getAttributesModifiers()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.sucy.skill.api.player with parameters of type PlayerAttributeModifierModifier and TypeMethodDescriptionvoidPlayerData.addAttributeModifier(String key, PlayerAttributeModifier modifier, boolean update) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PlayerAttributeModifier in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player that return types with arguments of type PlayerAttributeModifierModifier and TypeMethodDescriptionPlayerData.getAttributeModifiers(String key) Get all attribute modifier from the player.PlayerData.getAttributesModifiers()Methods in studio.magemonkey.fabled.api.player with parameters of type PlayerAttributeModifierModifier and TypeMethodDescriptionvoidPlayerData.addAttributeModifier(String key, PlayerAttributeModifier modifier, boolean update) Adds attribute modifier to the player.