Uses of Class
studio.magemonkey.fabled.api.player.PlayerStatModifier
Packages that use PlayerStatModifier
-
Uses of PlayerStatModifier in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player that return types with arguments of type PlayerStatModifierModifier and TypeMethodDescriptionPlayerData.getStatModifiers()Deprecated, for removal: This API element is subject to removal in a future version.PlayerData.getStatModifiers(String key) 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 PlayerStatModifierModifier and TypeMethodDescriptionvoidPlayerData.addStatModifier(String key, PlayerStatModifier modifier, boolean update) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PlayerStatModifier in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player that return types with arguments of type PlayerStatModifierModifier and TypeMethodDescriptionPlayerData.getStatModifiers()PlayerData.getStatModifiers(String key) Get all stat modifier from the player.Methods in studio.magemonkey.fabled.api.player with parameters of type PlayerStatModifierModifier and TypeMethodDescriptionvoidPlayerData.addStatModifier(String key, PlayerStatModifier modifier, boolean update) Adds stat modifier to the player.