Uses of Class
studio.magemonkey.divinity.data.api.UserProfile
Packages that use UserProfile
Package
Description
-
Uses of UserProfile in studio.magemonkey.divinity.data.api
Methods in studio.magemonkey.divinity.data.api that return UserProfileModifier and TypeMethodDescriptionDivinityUser.getActiveProfile()DivinityUser.getProfile(String profileId) Methods in studio.magemonkey.divinity.data.api that return types with arguments of type UserProfileMethods in studio.magemonkey.divinity.data.api with parameters of type UserProfileConstructor parameters in studio.magemonkey.divinity.data.api with type arguments of type UserProfileModifierConstructorDescriptionDivinityUser(Divinity plugin, UUID uuid, String name, long lastOnline, Map<String, UserProfile> profiles) -
Uses of UserProfile in studio.magemonkey.divinity.data.api.serialize
Methods in studio.magemonkey.divinity.data.api.serialize that return UserProfileModifier and TypeMethodDescriptionUserProfileDeserializer.deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) UserProfileSerializer.deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) Methods in studio.magemonkey.divinity.data.api.serialize with parameters of type UserProfileModifier and TypeMethodDescriptioncom.google.gson.JsonElementUserProfileSerializer.serialize(UserProfile src, Type type, com.google.gson.JsonSerializationContext contex) -
Uses of UserProfile in studio.magemonkey.divinity.manager.profile
Methods in studio.magemonkey.divinity.manager.profile with parameters of type UserProfileModifier and TypeMethodDescriptionbooleanProfileManager.switchProfile(org.bukkit.entity.Player player, UserProfile profile)