Index
All Classes and Interfaces|All Packages
A
- AuthenticatedInitialServerEvent - Class in pl.spcode.navauth.api.event.velocity
-
Represents an event that occurs after a player is connected and authenticated, (either by auto-login or manual login) providing information about the player and the initial server they are directed to.
- AuthenticatedInitialServerEvent(Player, RegisteredServer) - Constructor for class pl.spcode.navauth.api.event.velocity.AuthenticatedInitialServerEvent
- AuthPlayer - Interface in pl.spcode.navauth.api.domain
- AuthUser - Interface in pl.spcode.navauth.api.domain
E
- EventPriority - Class in pl.spcode.navauth.api.event
- EventPriority() - Constructor for class pl.spcode.navauth.api.event.EventPriority
G
- getEventBus() - Method in class pl.spcode.navauth.api.NavAuthAPI
- getIdentifier() - Method in interface pl.spcode.navauth.api.domain.AuthPlayer
- getInitialLimbo() - Method in class pl.spcode.navauth.api.event.velocity.UnauthenticatedInitialLimboEvent
- getInitialServer() - Method in class pl.spcode.navauth.api.event.velocity.AuthenticatedInitialServerEvent
- getInstance() - Static method in class pl.spcode.navauth.api.NavAuthAPI
- getMojangUUID() - Method in interface pl.spcode.navauth.api.domain.AuthUser
-
Retrieves the Mojang UUID associated with the user, if available.
- getOldUsername() - Method in class pl.spcode.navauth.api.event.user.UserUsernameMigrationEvent
- getPlayer() - Method in class pl.spcode.navauth.api.event.user.UserAuthenticatedEvent
- getPlayer() - Method in class pl.spcode.navauth.api.event.velocity.AuthenticatedInitialServerEvent
- getPlayer() - Method in class pl.spcode.navauth.api.event.velocity.UnauthenticatedInitialLimboEvent
- getSessionType() - Method in class pl.spcode.navauth.api.event.user.UserAuthenticatedEvent
- getUser() - Method in class pl.spcode.navauth.api.event.user.UserNonPremiumMigrationEvent
- getUser() - Method in class pl.spcode.navauth.api.event.user.UserPremiumMigrationEvent
- getUser() - Method in class pl.spcode.navauth.api.event.user.UserUsernameMigrationEvent
- getUsername() - Method in interface pl.spcode.navauth.api.domain.AuthUser
-
Retrieves the username associated with the user.
- getUUID() - Method in interface pl.spcode.navauth.api.domain.AuthUser
-
Retrieves the global UUID identifier associated with the user.
I
- isPremium() - Method in interface pl.spcode.navauth.api.domain.AuthUser
-
Checks whether the user is considered premium based on the presence of a Mojang UUID.
N
- NavAuthAPI - Class in pl.spcode.navauth.api
- NavAuthAPI() - Constructor for class pl.spcode.navauth.api.NavAuthAPI
- NavAuthEvent - Interface in pl.spcode.navauth.api.event
- NavAuthEventBus - Interface in pl.spcode.navauth.api.event
- NavAuthEventListener - Interface in pl.spcode.navauth.api.event
P
- pl.spcode.navauth.api - package pl.spcode.navauth.api
- pl.spcode.navauth.api.domain - package pl.spcode.navauth.api.domain
- pl.spcode.navauth.api.event - package pl.spcode.navauth.api.event
- pl.spcode.navauth.api.event.user - package pl.spcode.navauth.api.event.user
- pl.spcode.navauth.api.event.velocity - package pl.spcode.navauth.api.event.velocity
- priority() - Element in annotation interface pl.spcode.navauth.api.event.Subscribe
- provideEventBus() - Method in class pl.spcode.navauth.api.NavAuthAPI
R
- register(NavAuthEventListener) - Method in interface pl.spcode.navauth.api.event.NavAuthEventBus
S
- setAPIInstance(NavAuthAPI) - Static method in class pl.spcode.navauth.api.NavAuthAPI
- setInitialLimbo(RegisteredServer) - Method in class pl.spcode.navauth.api.event.velocity.UnauthenticatedInitialLimboEvent
-
Sets the new initial limbo.
- setInitialServer(RegisteredServer) - Method in class pl.spcode.navauth.api.event.velocity.AuthenticatedInitialServerEvent
-
Sets the new initial server.
- Subscribe - Annotation Interface in pl.spcode.navauth.api.event
T
- toString() - Method in class pl.spcode.navauth.api.event.velocity.AuthenticatedInitialServerEvent
- toString() - Method in class pl.spcode.navauth.api.event.velocity.UnauthenticatedInitialLimboEvent
U
- UnauthenticatedInitialLimboEvent - Class in pl.spcode.navauth.api.event.velocity
- UnauthenticatedInitialLimboEvent(Player, RegisteredServer) - Constructor for class pl.spcode.navauth.api.event.velocity.UnauthenticatedInitialLimboEvent
- unregister(NavAuthEventListener) - Method in interface pl.spcode.navauth.api.event.NavAuthEventBus
- UserAuthenticatedEvent - Class in pl.spcode.navauth.api.event.user
- UserAuthenticatedEvent(AuthPlayer, AuthSessionType) - Constructor for class pl.spcode.navauth.api.event.user.UserAuthenticatedEvent
- UserNonPremiumMigrationEvent - Class in pl.spcode.navauth.api.event.user
- UserNonPremiumMigrationEvent(AuthUser) - Constructor for class pl.spcode.navauth.api.event.user.UserNonPremiumMigrationEvent
- UserPremiumMigrationEvent - Class in pl.spcode.navauth.api.event.user
- UserPremiumMigrationEvent(AuthUser) - Constructor for class pl.spcode.navauth.api.event.user.UserPremiumMigrationEvent
- UserUsernameMigrationEvent - Class in pl.spcode.navauth.api.event.user
- UserUsernameMigrationEvent(AuthUser, String) - Constructor for class pl.spcode.navauth.api.event.user.UserUsernameMigrationEvent
All Classes and Interfaces|All Packages