Uses of Enum Class
studio.magemonkey.divinity.data.api.UserEntityNamesMode
Packages that use UserEntityNamesMode
-
Uses of UserEntityNamesMode in studio.magemonkey.divinity.data.api
Methods in studio.magemonkey.divinity.data.api that return UserEntityNamesModeModifier and TypeMethodDescriptionUserProfile.getNamesMode()static UserEntityNamesModeReturns the enum constant of this class with the specified name.static UserEntityNamesMode[]UserEntityNamesMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.divinity.data.api with parameters of type UserEntityNamesModeConstructors in studio.magemonkey.divinity.data.api with parameters of type UserEntityNamesModeModifierConstructorDescriptionUserProfile(String name, boolean isDefault, Set<SavedBuff> buffDamage, Set<SavedBuff> buffDefense, Set<SavedBuff> buffStats, UserEntityNamesMode namesMode, boolean hideHelmet, UserClassData cData, long cCooldown)