Package studio.magemonkey.divinity.data
Class UserManager
java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.codex.manager.IManager<Divinity>
studio.magemonkey.codex.data.users.IUserManager<Divinity,DivinityUser>
studio.magemonkey.divinity.data.UserManager
- All Implemented Interfaces:
org.bukkit.event.Listener,studio.magemonkey.codex.manager.AbstractListener,studio.magemonkey.codex.manager.api.Loadable
public class UserManager
extends studio.magemonkey.codex.data.users.IUserManager<Divinity,DivinityUser>
-
Field Summary
Fields inherited from class studio.magemonkey.codex.manager.IListener
plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DivinityUsercreateData(org.bukkit.entity.Player player) Methods inherited from class studio.magemonkey.codex.data.users.IUserManager
autosave, getActiveUsers, getActiveUsersMap, getInactiveUsers, getOrLoadUser, getOrLoadUser, isLoaded, loadOnlineUsers, onUserJoin, onUserLoad, onUserLogin, onUserQuit, onUserUnload, save, save, setup, shutdown, unloadUser, unloadUserMethods inherited from class studio.magemonkey.codex.manager.IListener
registerListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.AbstractListener
unregisterListenersMethods inherited from interface studio.magemonkey.codex.manager.api.Loadable
reload
-
Constructor Details
-
UserManager
-
-
Method Details
-
createData
- Specified by:
createDatain classstudio.magemonkey.codex.data.users.IUserManager<Divinity,DivinityUser>
-