Uses of Class
studio.magemonkey.codex.data.users.IAbstractUser
Packages that use IAbstractUser
Package
Description
-
Uses of IAbstractUser in studio.magemonkey.codex
Classes in studio.magemonkey.codex with type parameters of type IAbstractUserModifier and TypeClassDescriptionclassCodexDataPlugin<P extends CodexDataPlugin<P,U>, U extends IAbstractUser<P>> -
Uses of IAbstractUser in studio.magemonkey.codex.data
Classes in studio.magemonkey.codex.data with type parameters of type IAbstractUserModifier and TypeClassDescriptionclassIDataHandler<P extends CodexPlugin<P>,U extends IAbstractUser<P>> -
Uses of IAbstractUser in studio.magemonkey.codex.data.event
Classes in studio.magemonkey.codex.data.event with type parameters of type IAbstractUserModifier and TypeClassDescriptionclassEngineUserCreatedEvent<P extends CodexDataPlugin<P,U>, U extends IAbstractUser<P>> classEngineUserEvent<P extends CodexDataPlugin<P,U>, U extends IAbstractUser<P>> classEngineUserLoadEvent<P extends CodexDataPlugin<P,U>, U extends IAbstractUser<P>> classEngineUserUnloadEvent<P extends CodexDataPlugin<P,U>, U extends IAbstractUser<P>> -
Uses of IAbstractUser in studio.magemonkey.codex.data.users
Classes in studio.magemonkey.codex.data.users with type parameters of type IAbstractUserModifier and TypeClassDescriptionclassIUserManager<P extends CodexDataPlugin<P,U>, U extends IAbstractUser<P>>