Class DivinityUser
java.lang.Object
studio.magemonkey.codex.data.users.IAbstractUser<Divinity>
studio.magemonkey.divinity.data.api.DivinityUser
-
Field Summary
Fields inherited from class studio.magemonkey.codex.data.users.IAbstractUser
lastOnline, name, plugin, uuid -
Constructor Summary
ConstructorsConstructorDescriptionDivinityUser(Divinity plugin, UUID uuid, String name, long lastOnline, Map<String, UserProfile> profiles) DivinityUser(Divinity plugin, org.bukkit.entity.Player player) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddProfile(String profileId) booleandeleteProfile(String profileId) getProfile(String profileId) voidsetActiveProfile(UserProfile profile) booleansetDefaultProfile(String profileId) booleanswitchProfile(String profileId) Methods inherited from class studio.magemonkey.codex.data.users.IAbstractUser
getLastOnline, getName, getOfflinePlayer, getPlayer, getUUID, isOnline, setLastOnline, setName, toString
-
Constructor Details
-
DivinityUser
-
DivinityUser
-
-
Method Details
-
getActiveProfile
-
setActiveProfile
-
getProfileMap
-
getProfile
-
setDefaultProfile
-
addProfile
-
switchProfile
-
deleteProfile
-