Skip navigation links
A B C D E F G H I L N O P R S T U V W 

A

AccountData - Interface in com.nickuc.login.api.types
Interface used to encapsulate the data of an nLogin account.
AccountDataImpl - Class in com.nickuc.login.api.types
Implementation of AccountData for internal usage only.
AccountDataImpl() - Constructor for class com.nickuc.login.api.types.AccountDataImpl
 
AccountType - Enum in com.nickuc.login.api.enums
Account types available in nLogin.
AuthenticateEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player finishes authentication.
AuthenticateEvent(Player) - Constructor for class com.nickuc.login.api.event.bukkit.auth.AuthenticateEvent
 
AuthenticateEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player finishes authentication.
AuthenticateEvent(ProxiedPlayer) - Constructor for class com.nickuc.login.api.event.bungee.auth.AuthenticateEvent
 
AuthenticateEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player finishes authentication.
AuthenticateEvent(Player) - Constructor for class com.nickuc.login.api.event.velocity.auth.AuthenticateEvent
 

B

BedrockLoginEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player finishes authentication automatically because it is connecting with a Bedrock account.
BedrockLoginEvent(Player) - Constructor for class com.nickuc.login.api.event.bukkit.auth.BedrockLoginEvent
 
BedrockLoginEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player finishes authentication automatically because it is connecting with a Bedrock account.
BedrockLoginEvent(ProxiedPlayer) - Constructor for class com.nickuc.login.api.event.bungee.auth.BedrockLoginEvent
 
BedrockLoginEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player finishes authentication automatically because it is connecting with a Bedrock account.
BedrockLoginEvent(Player) - Constructor for class com.nickuc.login.api.event.velocity.auth.BedrockLoginEvent
 
BukkitCancellableEvent - Class in com.nickuc.login.api.event.internal.bukkit
 
BukkitCancellableEvent() - Constructor for class com.nickuc.login.api.event.internal.bukkit.BukkitCancellableEvent
 
BukkitCancellableEvent(boolean) - Constructor for class com.nickuc.login.api.event.internal.bukkit.BukkitCancellableEvent
 
BukkitEvent - Class in com.nickuc.login.api.event.internal.bukkit
 
BukkitEvent() - Constructor for class com.nickuc.login.api.event.internal.bukkit.BukkitEvent
 
BukkitEvent(boolean) - Constructor for class com.nickuc.login.api.event.internal.bukkit.BukkitEvent
 
BukkitLockableEvent - Class in com.nickuc.login.api.event.internal.bukkit
 
BukkitLockableEvent() - Constructor for class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
 
BukkitLockableNewActionEvent<T> - Class in com.nickuc.login.api.event.internal.bukkit
 
BukkitLockableNewActionEvent(T, Plugin, LockableEventAction) - Constructor for class com.nickuc.login.api.event.internal.bukkit.BukkitLockableNewActionEvent
 
BungeeCancellableEvent - Class in com.nickuc.login.api.event.internal.bungee
 
BungeeCancellableEvent() - Constructor for class com.nickuc.login.api.event.internal.bungee.BungeeCancellableEvent
 
BungeeEvent - Class in com.nickuc.login.api.event.internal.bungee
 
BungeeEvent() - Constructor for class com.nickuc.login.api.event.internal.bungee.BungeeEvent
 
BungeeLockableEvent - Class in com.nickuc.login.api.event.internal.bungee
 
BungeeLockableEvent() - Constructor for class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
 
BungeeLockableNewActionEvent<T> - Class in com.nickuc.login.api.event.internal.bungee
 
BungeeLockableNewActionEvent(T, Plugin, LockableEventAction) - Constructor for class com.nickuc.login.api.event.internal.bungee.BungeeLockableNewActionEvent
 

C

callEvt() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
 
callEvt() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
 
callEvt() - Method in interface com.nickuc.login.api.event.internal.LockableEvent
 
callEvt() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
 
CancellableEvent - Interface in com.nickuc.login.api.event.internal
Cancellable event.
changePassword(Identity, String) - Method in interface com.nickuc.login.api.nLoginAPI
Changes a player's password.
changePassword(String, String) - Method in interface com.nickuc.login.api.nLoginAPI
ChangePasswordEvent - Class in com.nickuc.login.api.event.bukkit.command
Event triggered when a change password operation is initiated for a player.
ChangePasswordEvent(Player, UUID, String, ChangePasswordSource) - Constructor for class com.nickuc.login.api.event.bukkit.command.ChangePasswordEvent
 
ChangePasswordEvent - Class in com.nickuc.login.api.event.bungee.command
Event triggered when a change password operation is initiated for a player.
ChangePasswordEvent(ProxiedPlayer, UUID, String, ChangePasswordSource) - Constructor for class com.nickuc.login.api.event.bungee.command.ChangePasswordEvent
 
ChangePasswordEvent - Class in com.nickuc.login.api.event.velocity.command
Event triggered when a change password operation is initiated for a player.
ChangePasswordEvent(Player, UUID, String, ChangePasswordSource) - Constructor for class com.nickuc.login.api.event.velocity.command.ChangePasswordEvent
 
ChangePasswordSource - Enum in com.nickuc.login.api.enums.event
Indicates the source of the change password operation.
com.nickuc.login.api - package com.nickuc.login.api
 
com.nickuc.login.api.annotation - package com.nickuc.login.api.annotation
 
com.nickuc.login.api.enums - package com.nickuc.login.api.enums
 
com.nickuc.login.api.enums.event - package com.nickuc.login.api.enums.event
 
com.nickuc.login.api.event.bukkit.account - package com.nickuc.login.api.event.bukkit.account
 
com.nickuc.login.api.event.bukkit.auth - package com.nickuc.login.api.event.bukkit.auth
 
com.nickuc.login.api.event.bukkit.auth.request - package com.nickuc.login.api.event.bukkit.auth.request
 
com.nickuc.login.api.event.bukkit.command - package com.nickuc.login.api.event.bukkit.command
 
com.nickuc.login.api.event.bukkit.twofactor - package com.nickuc.login.api.event.bukkit.twofactor
 
com.nickuc.login.api.event.bungee.account - package com.nickuc.login.api.event.bungee.account
 
com.nickuc.login.api.event.bungee.auth - package com.nickuc.login.api.event.bungee.auth
 
com.nickuc.login.api.event.bungee.auth.request - package com.nickuc.login.api.event.bungee.auth.request
 
com.nickuc.login.api.event.bungee.command - package com.nickuc.login.api.event.bungee.command
 
com.nickuc.login.api.event.bungee.twofactor - package com.nickuc.login.api.event.bungee.twofactor
 
com.nickuc.login.api.event.internal - package com.nickuc.login.api.event.internal
 
com.nickuc.login.api.event.internal.bukkit - package com.nickuc.login.api.event.internal.bukkit
 
com.nickuc.login.api.event.internal.bungee - package com.nickuc.login.api.event.internal.bungee
 
com.nickuc.login.api.event.internal.velocity - package com.nickuc.login.api.event.internal.velocity
 
com.nickuc.login.api.event.velocity.account - package com.nickuc.login.api.event.velocity.account
 
com.nickuc.login.api.event.velocity.auth - package com.nickuc.login.api.event.velocity.auth
 
com.nickuc.login.api.event.velocity.auth.request - package com.nickuc.login.api.event.velocity.auth.request
 
com.nickuc.login.api.event.velocity.command - package com.nickuc.login.api.event.velocity.command
 
com.nickuc.login.api.event.velocity.twofactor - package com.nickuc.login.api.event.velocity.twofactor
 
com.nickuc.login.api.exception - package com.nickuc.login.api.exception
 
com.nickuc.login.api.types - package com.nickuc.login.api.types
 
CommandType - Enum in com.nickuc.login.api.enums.event
Indicates the type of command executed.
comparePassword(AccountData, String) - Method in interface com.nickuc.login.api.nLoginAPI
Checks that the password you provided is valid.
comparePassword(String, String) - Method in interface com.nickuc.login.api.nLoginAPI
comparePassword(String) - Method in interface com.nickuc.login.api.types.AccountData
Checks that the password you provided is valid.
convert(Enum<?>) - Static method in enum com.nickuc.login.api.enums.AccountType
 
convert(Enum<?>) - Static method in enum com.nickuc.login.api.enums.TwoFactorType
 
count() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
Returns the lock counter.
count() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
Returns the lock counter.
count() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
Returns the lock counter.
createEvent(Object...) - Method in enum com.nickuc.login.api.enums.event.EventEnum
 
createIdentity(String, UUID, UUID, AccountType) - Method in interface com.nickuc.login.api.nLoginAPI.nLoginInternal
 
createIdentityFromKnownName(String) - Method in interface com.nickuc.login.api.nLoginAPI.nLoginInternal
 
createNewActionEvent(Plugin, LockableEventAction) - Method in class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestEvent
 
createNewActionEvent(Plugin, LockableEventAction) - Method in class com.nickuc.login.api.event.bungee.auth.request.LoginRequestEvent
 
createNewActionEvent(Plugin, LockableEventAction) - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
 
createNewActionEvent(Plugin, LockableEventAction) - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
 
createNewActionEvent(Object, LockableEventAction) - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
 
createNewActionEvent(Object, LockableEventAction) - Method in class com.nickuc.login.api.event.velocity.auth.request.LoginRequestEvent
 

D

DatabaseType - Enum in com.nickuc.login.api.enums
Database types available in nLogin.

E

EventEnum - Enum in com.nickuc.login.api.enums.event
List of all nLogin events.
EventPlayer - Interface in com.nickuc.login.api.event.internal
Indicates a player.
EventWithPlayer - Interface in com.nickuc.login.api.event.internal
Event that has a player involved.

F

forceLogin(Identity) - Method in interface com.nickuc.login.api.nLoginAPI
Forces a player's login.
forceLogin(Identity, boolean) - Method in interface com.nickuc.login.api.nLoginAPI
Forces a player's login.
forceLogin(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
forceLogin(String, boolean) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.

G

getAccount() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAddEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAuthEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRemoveEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRequestEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAddEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAuthEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRemoveEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRequestEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAddEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAuthEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRemoveEvent
Return the twofactor account.
getAccount() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRequestEvent
Return the twofactor account.
getAccount(Identity) - Method in interface com.nickuc.login.api.nLoginAPI
Returns a player's account.
getAccounts() - Method in interface com.nickuc.login.api.nLoginAPI
Returns all accounts from nLogin.
getAccountsByIp(String) - Method in interface com.nickuc.login.api.nLoginAPI
Returns all nLogin accounts by IP.
getAction() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableNewActionEvent
Returns the action done.
getAction() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableNewActionEvent
Returns the action done.
getAction() - Method in interface com.nickuc.login.api.event.internal.LockableNewActionEvent
 
getAction() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent
Returns the action done.
getAddress(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getApi() - Static method in interface com.nickuc.login.api.nLoginAPI
Returns the nLogin api.
getApiVersion() - Method in interface com.nickuc.login.api.nLoginAPI
Returns the version of the api.
getBedrockId() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered bedrock ID of this account.
getBedrockId() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getCommand() - Method in class com.nickuc.login.api.event.bukkit.command.PreCommandExecuteEvent
Returns the command.
getCommand() - Method in class com.nickuc.login.api.event.bungee.command.PreCommandExecuteEvent
Returns the command.
getCommand() - Method in class com.nickuc.login.api.event.velocity.command.PreCommandExecuteEvent
Returns the command.
getCreationDate() - Method in interface com.nickuc.login.api.types.AccountData
Returns the creation date of this account.
getCreationDate() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getDatabaseType() - Method in interface com.nickuc.login.api.nLoginAPI
Returns the type of database being used.
getDiscord(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getDiscordId() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered discord id of this account.
getDiscordId() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getEmail(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getEmail() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered email of this account.
getEmail() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getEvent() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableNewActionEvent
Returns the lockable event.
getEvent() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableNewActionEvent
Returns the lockable event.
getEvent() - Method in interface com.nickuc.login.api.event.internal.LockableNewActionEvent
 
getEvent() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent
Returns the lockable event.
getExtraArgs() - Method in class com.nickuc.login.api.event.bukkit.command.PreCommandExecuteEvent
Return the extra args.
getExtraArgs() - Method in class com.nickuc.login.api.event.bungee.command.PreCommandExecuteEvent
Return the extra args.
getExtraArgs() - Method in class com.nickuc.login.api.event.velocity.command.PreCommandExecuteEvent
Return the extra args.
getHandlerList() - Static method in class com.nickuc.login.api.event.internal.bukkit.BukkitEvent
 
getHandlers() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitEvent
 
getHashedPassword(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getHashedPassword() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered hashed password of this account.
getHashedPassword() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getId() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered id of this account.
getId() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getImplementationType() - Method in interface com.nickuc.login.api.nLoginAPI
Returns the type of implementation used.
getLanguage(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getLanguage() - Method in interface com.nickuc.login.api.types.AccountData
Returns the last language of this account.
getLastAddress() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered last address of this account.
getLastIP() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered last IP address of this account.
getLastIP() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getLastLogin(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getLastLogin() - Method in interface com.nickuc.login.api.types.AccountData
Returns the last login of this account.
getLastLogin() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getLastLoginUnix(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getLastName() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered last name of this account.
getLastName() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getLock() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
Deprecated.
getLock() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
Deprecated.
getLock() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
Deprecated.
getLoginRequestEvent() - Method in class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestChangeEvent
 
getLoginRequestEvent() - Method in class com.nickuc.login.api.event.bungee.auth.request.LoginRequestChangeEvent
 
getLoginRequestEvent() - Method in class com.nickuc.login.api.event.velocity.auth.request.LoginRequestChangeEvent
 
getMojangId() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered Mojang ID of this account.
getMojangId() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getNewPassword() - Method in class com.nickuc.login.api.event.bukkit.account.PasswordUpdateEvent
Returns the new password.
getNewPassword() - Method in class com.nickuc.login.api.event.bungee.account.PasswordUpdateEvent
Returns the new password.
getNewPassword() - Method in class com.nickuc.login.api.event.velocity.account.PasswordUpdateEvent
Returns the new password.
getOriginalClasses() - Method in enum com.nickuc.login.api.enums.event.EventEnum
 
getPassword() - Method in class com.nickuc.login.api.event.bukkit.auth.LoginEvent
Returns the password used.
getPassword() - Method in class com.nickuc.login.api.event.bukkit.auth.RegisterEvent
Returns the password used.
getPassword() - Method in class com.nickuc.login.api.event.bungee.auth.LoginEvent
Returns the password used.
getPassword() - Method in class com.nickuc.login.api.event.bungee.auth.RegisterEvent
Returns the password used.
getPassword() - Method in class com.nickuc.login.api.event.velocity.auth.LoginEvent
Returns the password used.
getPassword() - Method in class com.nickuc.login.api.event.velocity.auth.RegisterEvent
Returns the password used.
getPitch() - Method in interface com.nickuc.login.api.types.Location
 
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.account.PasswordUpdateEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.AuthenticateEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.BedrockLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.LoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.PremiumLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.RegisterEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestChangeEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.SessionLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.auth.WrongPasswordEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.command.ChangePasswordEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.command.PreCommandExecuteEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.command.UnregisterEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAddEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAuthEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRemoveEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRequestEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.account.PasswordUpdateEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.AuthenticateEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.BedrockLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.LoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.PremiumLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.RegisterEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.request.LoginRequestChangeEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.request.LoginRequestEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.SessionLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.auth.WrongPasswordEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.command.ChangePasswordEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.command.PreCommandExecuteEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.command.UnregisterEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAddEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAuthEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRemoveEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRequestEvent
Return the player instance.
getPlayer() - Method in interface com.nickuc.login.api.event.internal.EventWithPlayer
 
getPlayer() - Method in class com.nickuc.login.api.event.velocity.account.PasswordUpdateEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.AuthenticateEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.BedrockLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.LoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.PremiumLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.RegisterEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.request.LoginRequestChangeEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.request.LoginRequestEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.SessionLoginEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.auth.WrongPasswordEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.command.ChangePasswordEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.command.PreCommandExecuteEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.command.UnregisterEvent
Returns the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAddEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAuthEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRemoveEvent
Return the player instance.
getPlayer() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRequestEvent
Return the player instance.
getPlayerId() - Method in class com.nickuc.login.api.event.bukkit.account.PasswordUpdateEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.bukkit.command.ChangePasswordEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.bukkit.command.UnregisterEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAddEvent
Returns the player's UUID.
getPlayerId() - Method in class com.nickuc.login.api.event.bungee.account.PasswordUpdateEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.bungee.command.ChangePasswordEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.bungee.command.UnregisterEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAddEvent
Returns the player's UUID.
getPlayerId() - Method in class com.nickuc.login.api.event.velocity.account.PasswordUpdateEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.velocity.command.ChangePasswordEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.velocity.command.UnregisterEvent
Returns the player id.
getPlayerId() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAddEvent
Returns the player's UUID.
getPlayerName() - Method in class com.nickuc.login.api.event.bukkit.account.PasswordUpdateEvent
Returns the player name.
getPlayerName() - Method in class com.nickuc.login.api.event.bukkit.command.ChangePasswordEvent
Returns the player name.
getPlayerName() - Method in class com.nickuc.login.api.event.bukkit.command.UnregisterEvent
Returns the player's name.
getPlayerName() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAddEvent
Returns the player's name.
getPlayerName() - Method in class com.nickuc.login.api.event.bungee.account.PasswordUpdateEvent
Returns the player name.
getPlayerName() - Method in class com.nickuc.login.api.event.bungee.command.ChangePasswordEvent
Returns the player name.
getPlayerName() - Method in class com.nickuc.login.api.event.bungee.command.UnregisterEvent
Returns the player's name.
getPlayerName() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAddEvent
Returns the player's name.
getPlayerName() - Method in class com.nickuc.login.api.event.velocity.account.PasswordUpdateEvent
Returns the player name.
getPlayerName() - Method in class com.nickuc.login.api.event.velocity.command.ChangePasswordEvent
Returns the player name.
getPlayerName() - Method in class com.nickuc.login.api.event.velocity.command.UnregisterEvent
Returns the player's name.
getPlayerName() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAddEvent
Returns the player's name.
getPlugin() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableNewActionEvent
Returns the plugin that owns the action.
getPlugin() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableNewActionEvent
Returns the plugin that owns the action.
getPlugin() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent
Returns the plugin that owns the action.
getRealName(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getRegisterDate(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getRegisterDateUnix(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getRemainingSeconds(Identity) - Method in interface com.nickuc.login.api.nLoginAPI
Returns the remaining seconds to authenticate.
getRemainingSeconds(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
getResult() - Method in interface com.nickuc.login.api.event.internal.ResultedEvent
 
getSettings() - Method in interface com.nickuc.login.api.types.AccountData
Returns the settings of this account.
getSettings() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getSource() - Method in class com.nickuc.login.api.event.bukkit.account.PasswordUpdateEvent
Returns the update password source.
getSource() - Method in class com.nickuc.login.api.event.bukkit.command.ChangePasswordEvent
Returns the change password source.
getSource() - Method in class com.nickuc.login.api.event.bukkit.command.UnregisterEvent
Returns the unregister source.
getSource() - Method in class com.nickuc.login.api.event.bungee.account.PasswordUpdateEvent
Returns the update password source.
getSource() - Method in class com.nickuc.login.api.event.bungee.command.ChangePasswordEvent
Returns the change password source.
getSource() - Method in class com.nickuc.login.api.event.bungee.command.UnregisterEvent
Returns the unregister source.
getSource() - Method in class com.nickuc.login.api.event.velocity.account.PasswordUpdateEvent
Returns the update password source.
getSource() - Method in class com.nickuc.login.api.event.velocity.command.ChangePasswordEvent
Returns the change password source.
getSource() - Method in class com.nickuc.login.api.event.velocity.command.UnregisterEvent
Returns the unregister source.
getSpawnLocation(SpawnType) - Method in interface com.nickuc.login.api.nLoginAPI
Returns the location of a spawn.
getType() - Method in class com.nickuc.login.api.event.bukkit.command.PreCommandExecuteEvent
Returns the command type.
getType() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAddEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAuthEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRemoveEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRequestEvent
Return the two factor type.
getType() - Method in class com.nickuc.login.api.event.bungee.command.PreCommandExecuteEvent
Returns the command type.
getType() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAddEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAuthEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRemoveEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRequestEvent
Return the two factor type.
getType() - Method in class com.nickuc.login.api.event.velocity.command.PreCommandExecuteEvent
Returns the command type.
getType() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAddEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAuthEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRemoveEvent
Returns the two factor type.
getType() - Method in class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRequestEvent
Return the two factor type.
getType() - Method in interface com.nickuc.login.api.types.AccountData
Returns the type of this account.
getType() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getUniqueId() - Method in interface com.nickuc.login.api.types.AccountData
Returns the registered unique ID of this account.
getUniqueId() - Method in class com.nickuc.login.api.types.AccountDataImpl
 
getVersion() - Method in interface com.nickuc.login.api.nLoginAPI
Returns the version of the plugin.
getWorldName() - Method in interface com.nickuc.login.api.types.Location
 
getX() - Method in interface com.nickuc.login.api.types.Location
 
getY() - Method in interface com.nickuc.login.api.types.Location
 
getYaw() - Method in interface com.nickuc.login.api.types.Location
 
getZ() - Method in interface com.nickuc.login.api.types.Location
 

H

hasDiscord(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
hasEmail(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.

I

Identity - Interface in com.nickuc.login.api.types
Interface used to identify players in nLogin.
ImplementationType - Enum in com.nickuc.login.api.enums
 
init(nLoginAPI) - Static method in class com.nickuc.login.api.nLoginAPIHolder
 
internal() - Method in interface com.nickuc.login.api.nLoginAPI
Returns the nLogin internal api.
internalCall(int) - Method in class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestEvent
 
internalCall(int) - Method in class com.nickuc.login.api.event.bungee.auth.request.LoginRequestEvent
 
internalCall(int) - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
 
internalCall(int) - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
 
internalCall(int) - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
 
internalCall(int) - Method in class com.nickuc.login.api.event.velocity.auth.request.LoginRequestEvent
 
isAuthenticated(Identity) - Method in interface com.nickuc.login.api.nLoginAPI
Checks if a player is logged in.
isAuthenticated(String) - Method in interface com.nickuc.login.api.nLoginAPI
Checks if a player is logged in.
isAvailable() - Method in interface com.nickuc.login.api.nLoginAPI
It checks if the api is ready to be used.
isBedrock(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
isCancelled() - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitCancellableEvent
 
isCancelled() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeCancellableEvent
 
isCancelled() - Method in interface com.nickuc.login.api.event.internal.CancellableEvent
 
isCancelled() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityCancellableEvent
 
isPremium(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
isRegistered(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.

L

loadEvents(Class<?>, String) - Static method in enum com.nickuc.login.api.enums.event.EventEnum
 
Location - Interface in com.nickuc.login.api.types
Interface used to encapsulate the location data.
lock(Plugin) - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
Locks the event.
lock(Plugin) - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
Locks the event.
lock(Object) - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
Locks the event.
LockableEvent - Interface in com.nickuc.login.api.event.internal
Lockable event, useful for asynchronous operations.
lockableEvent(LockableEvent, byte, byte) - Method in interface com.nickuc.login.api.nLoginAPI.nLoginInternal
 
LockableEventAction - Enum in com.nickuc.login.api.enums.event
Indicates the action performed on a LockableEvent.
lockableNewAction(LockableNewActionEvent<?>) - Method in interface com.nickuc.login.api.nLoginAPI.nLoginInternal
 
LockableNewActionEvent<T> - Interface in com.nickuc.login.api.event.internal
Indicates a new action performed on a LockableEvent.
LoginEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player finishes authentication via login.
LoginEvent(Player, String) - Constructor for class com.nickuc.login.api.event.bukkit.auth.LoginEvent
 
LoginEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player finishes authentication via login.
LoginEvent(ProxiedPlayer, String) - Constructor for class com.nickuc.login.api.event.bungee.auth.LoginEvent
 
LoginEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player finishes authentication via login.
LoginEvent(Player, String) - Constructor for class com.nickuc.login.api.event.velocity.auth.LoginEvent
 
LoginRequestChangeEvent - Class in com.nickuc.login.api.event.bukkit.auth.request
Indicates a new action performed on a LoginRequestEvent.
LoginRequestChangeEvent(LoginRequestEvent, Plugin, LockableEventAction) - Constructor for class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestChangeEvent
 
LoginRequestChangeEvent - Class in com.nickuc.login.api.event.bungee.auth.request
Indicates a new action performed on a LoginRequestEvent.
LoginRequestChangeEvent(LoginRequestEvent, Plugin, LockableEventAction) - Constructor for class com.nickuc.login.api.event.bungee.auth.request.LoginRequestChangeEvent
 
LoginRequestChangeEvent - Class in com.nickuc.login.api.event.velocity.auth.request
Indicates a new action performed on a LoginRequestEvent.
LoginRequestChangeEvent(LoginRequestEvent, Object, LockableEventAction) - Constructor for class com.nickuc.login.api.event.velocity.auth.request.LoginRequestChangeEvent
 
LoginRequestEvent - Class in com.nickuc.login.api.event.bukkit.auth.request
Event triggered when a login request is initiated for a player.
LoginRequestEvent(Player) - Constructor for class com.nickuc.login.api.event.bukkit.auth.request.LoginRequestEvent
 
LoginRequestEvent - Class in com.nickuc.login.api.event.bungee.auth.request
Event triggered when a login request is initiated for a player.
LoginRequestEvent(ProxiedPlayer) - Constructor for class com.nickuc.login.api.event.bungee.auth.request.LoginRequestEvent
 
LoginRequestEvent - Class in com.nickuc.login.api.event.velocity.auth.request
Event triggered when a login request is initiated for a player.
LoginRequestEvent(Player) - Constructor for class com.nickuc.login.api.event.velocity.auth.request.LoginRequestEvent
 
LoginType - Enum in com.nickuc.login.api.enums
Authentication types available in nLogin.

N

nLoginAPI - Interface in com.nickuc.login.api
nLogin API interface.
nLoginAPI.nLoginInternal - Interface in com.nickuc.login.api
Interface used for internal nLogin calls.
nLoginAPIHolder - Class in com.nickuc.login.api
nLogin API Holder.
nLoginAPIHolder() - Constructor for class com.nickuc.login.api.nLoginAPIHolder
 
nLoginNotLoadedException - Exception in com.nickuc.login.api.exception
Exception thrown when the API has not yet been instantiated by the plugin.
nLoginNotLoadedException(String) - Constructor for exception com.nickuc.login.api.exception.nLoginNotLoadedException
 
nLoginNotReadyException - Exception in com.nickuc.login.api.exception
Exception thrown when the API is not ready to be used yet.
nLoginNotReadyException(String) - Constructor for exception com.nickuc.login.api.exception.nLoginNotReadyException
 
nLoginRequestUnavailableException - Exception in com.nickuc.login.api.exception
Exception thrown when an API request could not be performed.
nLoginRequestUnavailableException(String) - Constructor for exception com.nickuc.login.api.exception.nLoginRequestUnavailableException
 
nLoginRequestUnavailableException(String, Throwable) - Constructor for exception com.nickuc.login.api.exception.nLoginRequestUnavailableException
 
nLoginRequestUnsupportedException - Exception in com.nickuc.login.api.exception
Exception thrown when an API request cannot be fulfilled in the current implementation.
nLoginRequestUnsupportedException(String) - Constructor for exception com.nickuc.login.api.exception.nLoginRequestUnsupportedException
 

O

ofBedrock(String, UUID) - Static method in interface com.nickuc.login.api.types.Identity
Returns an instance of a Bedrock player identity with a given bedrock ID.
ofKnownName(String) - Static method in interface com.nickuc.login.api.types.Identity
Returns an instance of a player identity with a known nickname (with appendix if enabled).
ofOffline(String) - Static method in interface com.nickuc.login.api.types.Identity
Returns an instance of an offline player identity.
ofPremium(String, UUID) - Static method in interface com.nickuc.login.api.types.Identity
Returns an instance of a premium player identity with a given Mojang ID.

P

PasswordUpdateEvent - Class in com.nickuc.login.api.event.bukkit.account
Event triggered when a player's password is updated.
PasswordUpdateEvent(Player, UUID, String, String, UpdatePasswordSource) - Constructor for class com.nickuc.login.api.event.bukkit.account.PasswordUpdateEvent
 
PasswordUpdateEvent - Class in com.nickuc.login.api.event.bungee.account
Event triggered when a player's password is updated.
PasswordUpdateEvent(ProxiedPlayer, UUID, String, String, UpdatePasswordSource) - Constructor for class com.nickuc.login.api.event.bungee.account.PasswordUpdateEvent
 
PasswordUpdateEvent - Class in com.nickuc.login.api.event.velocity.account
Event triggered when a player's password is updated.
PasswordUpdateEvent(Player, UUID, String, String, UpdatePasswordSource) - Constructor for class com.nickuc.login.api.event.velocity.account.PasswordUpdateEvent
 
performRegister(Identity, String) - Method in interface com.nickuc.login.api.nLoginAPI
Register a player.
performRegister(Identity, String, String) - Method in interface com.nickuc.login.api.nLoginAPI
Register a player.
performRegister(String, String) - Method in interface com.nickuc.login.api.nLoginAPI
performRegister(String, String, String) - Method in interface com.nickuc.login.api.nLoginAPI
performUnregister(Identity) - Method in interface com.nickuc.login.api.nLoginAPI
Unregister a player.
performUnregister(String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
PreCommandExecuteEvent - Class in com.nickuc.login.api.event.bukkit.command
Event triggered when an nLogin command is entered by a player.
PreCommandExecuteEvent(Player, CommandType, String, String[]) - Constructor for class com.nickuc.login.api.event.bukkit.command.PreCommandExecuteEvent
 
PreCommandExecuteEvent - Class in com.nickuc.login.api.event.bungee.command
Event triggered when an nLogin command is entered by a player.
PreCommandExecuteEvent(ProxiedPlayer, CommandType, String, String[]) - Constructor for class com.nickuc.login.api.event.bungee.command.PreCommandExecuteEvent
 
PreCommandExecuteEvent - Class in com.nickuc.login.api.event.velocity.command
Event triggered when an nLogin command is entered by a player.
PreCommandExecuteEvent(Player, CommandType, String, String[]) - Constructor for class com.nickuc.login.api.event.velocity.command.PreCommandExecuteEvent
 
PremiumLoginEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player finishes authentication automatically via a premium account.
PremiumLoginEvent(Player) - Constructor for class com.nickuc.login.api.event.bukkit.auth.PremiumLoginEvent
 
PremiumLoginEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player finishes authentication automatically via a premium account.
PremiumLoginEvent(ProxiedPlayer) - Constructor for class com.nickuc.login.api.event.bungee.auth.PremiumLoginEvent
 
PremiumLoginEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player finishes authentication automatically via a premium account.
PremiumLoginEvent(Player) - Constructor for class com.nickuc.login.api.event.velocity.auth.PremiumLoginEvent
 
ProxyUnsafe - Annotation Type in com.nickuc.login.api.annotation
Indicates that the operation is not safe for PROXY implementations.
ProxyUnsupported - Annotation Type in com.nickuc.login.api.annotation
Indicates that the operation is not supported for PROXY implementations.

R

RegisterEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player registers on the server.
RegisterEvent(Player, String) - Constructor for class com.nickuc.login.api.event.bukkit.auth.RegisterEvent
 
RegisterEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player registers on the server.
RegisterEvent(ProxiedPlayer, String) - Constructor for class com.nickuc.login.api.event.bungee.auth.RegisterEvent
 
RegisterEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player registers on the server.
RegisterEvent(Player, String) - Constructor for class com.nickuc.login.api.event.velocity.auth.RegisterEvent
 
requestLogin(Identity, Object) - Method in interface com.nickuc.login.api.nLoginAPI
Sends a login request.
requestLogin(String, Object) - Method in interface com.nickuc.login.api.nLoginAPI
ResultedEvent<T> - Interface in com.nickuc.login.api.event.internal
Event with result.

S

SessionLoginEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player finishes authentication automatically via a session.
SessionLoginEvent(Player) - Constructor for class com.nickuc.login.api.event.bukkit.auth.SessionLoginEvent
 
SessionLoginEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player finishes authentication automatically via a session.
SessionLoginEvent(ProxiedPlayer) - Constructor for class com.nickuc.login.api.event.bungee.auth.SessionLoginEvent
 
SessionLoginEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player finishes authentication automatically via a session.
SessionLoginEvent(Player) - Constructor for class com.nickuc.login.api.event.velocity.auth.SessionLoginEvent
 
setCancelled(boolean) - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitCancellableEvent
 
setCancelled(boolean) - Method in class com.nickuc.login.api.event.internal.bungee.BungeeCancellableEvent
 
setCancelled(boolean) - Method in interface com.nickuc.login.api.event.internal.CancellableEvent
 
setCancelled(boolean) - Method in class com.nickuc.login.api.event.internal.velocity.VelocityCancellableEvent
 
setDiscord(Identity, long) - Method in interface com.nickuc.login.api.nLoginAPI
Set a discord account for a certain player.
setDiscord(String, long) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
setEmail(Identity, String) - Method in interface com.nickuc.login.api.nLoginAPI
Set an email account for a certain player.
setEmail(String, String) - Method in interface com.nickuc.login.api.nLoginAPI
Deprecated.
SpawnType - Enum in com.nickuc.login.api.enums
Types of spawn positions available in nLogin.

T

tryFinish() - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
 
tryFinish() - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
 
TwoFactorAddEvent - Class in com.nickuc.login.api.event.bukkit.twofactor
Event triggered when a 2FA account is added.
TwoFactorAddEvent(TwoFactorType, Player, UUID, String, String) - Constructor for class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAddEvent
 
TwoFactorAddEvent - Class in com.nickuc.login.api.event.bungee.twofactor
Event triggered when a 2FA account is added.
TwoFactorAddEvent(TwoFactorType, ProxiedPlayer, UUID, String, String) - Constructor for class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAddEvent
 
TwoFactorAddEvent - Class in com.nickuc.login.api.event.velocity.twofactor
Event triggered when a 2FA account is added.
TwoFactorAddEvent(TwoFactorType, Player, UUID, String, String) - Constructor for class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAddEvent
 
TwoFactorAuthEvent - Class in com.nickuc.login.api.event.bukkit.twofactor
Event triggered when a player authenticates via a second factor.
TwoFactorAuthEvent(TwoFactorType, Player, String) - Constructor for class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorAuthEvent
 
TwoFactorAuthEvent - Class in com.nickuc.login.api.event.bungee.twofactor
Event triggered when a player authenticates via a second factor.
TwoFactorAuthEvent(TwoFactorType, ProxiedPlayer, String) - Constructor for class com.nickuc.login.api.event.bungee.twofactor.TwoFactorAuthEvent
 
TwoFactorAuthEvent - Class in com.nickuc.login.api.event.velocity.twofactor
Event triggered when a player authenticates via a second factor.
TwoFactorAuthEvent(TwoFactorType, Player, String) - Constructor for class com.nickuc.login.api.event.velocity.twofactor.TwoFactorAuthEvent
 
TwoFactorRemoveEvent - Class in com.nickuc.login.api.event.bukkit.twofactor
Event triggered when a 2FA account is removed.
TwoFactorRemoveEvent(TwoFactorType, Player, String) - Constructor for class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRemoveEvent
 
TwoFactorRemoveEvent - Class in com.nickuc.login.api.event.bungee.twofactor
Event triggered when a 2FA account is removed.
TwoFactorRemoveEvent(TwoFactorType, ProxiedPlayer, String) - Constructor for class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRemoveEvent
 
TwoFactorRemoveEvent - Class in com.nickuc.login.api.event.velocity.twofactor
Event triggered when a 2FA account is removed.
TwoFactorRemoveEvent(TwoFactorType, Player, String) - Constructor for class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRemoveEvent
 
TwoFactorRequestEvent - Class in com.nickuc.login.api.event.bukkit.twofactor
Event triggered when extra authentication via a second factor is requested.
TwoFactorRequestEvent(TwoFactorType, Player, String) - Constructor for class com.nickuc.login.api.event.bukkit.twofactor.TwoFactorRequestEvent
 
TwoFactorRequestEvent - Class in com.nickuc.login.api.event.bungee.twofactor
Event triggered when extra authentication via a second factor is requested.
TwoFactorRequestEvent(TwoFactorType, ProxiedPlayer, String) - Constructor for class com.nickuc.login.api.event.bungee.twofactor.TwoFactorRequestEvent
 
TwoFactorRequestEvent - Class in com.nickuc.login.api.event.velocity.twofactor
Event triggered when extra authentication via a second factor is requested.
TwoFactorRequestEvent(TwoFactorType, Player, String) - Constructor for class com.nickuc.login.api.event.velocity.twofactor.TwoFactorRequestEvent
 
TwoFactorType - Enum in com.nickuc.login.api.enums
Two-factor types available in nLogin.

U

unlock(Plugin) - Method in class com.nickuc.login.api.event.internal.bukkit.BukkitLockableEvent
Unlocks the event.
unlock(Plugin) - Method in class com.nickuc.login.api.event.internal.bungee.BungeeLockableEvent
Unlocks the event.
unlock(Object) - Method in class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
Unlocks the event.
UnregisterEvent - Class in com.nickuc.login.api.event.bukkit.command
Event triggered when an unregister operation is initiated for a player.
UnregisterEvent(Player, UUID, String, UnregisterSource) - Constructor for class com.nickuc.login.api.event.bukkit.command.UnregisterEvent
 
UnregisterEvent - Class in com.nickuc.login.api.event.bungee.command
Event triggered when an unregister operation is initiated for a player.
UnregisterEvent(ProxiedPlayer, UUID, String, UnregisterSource) - Constructor for class com.nickuc.login.api.event.bungee.command.UnregisterEvent
 
UnregisterEvent - Class in com.nickuc.login.api.event.velocity.command
Event triggered when an unregister operation is initiated for a player.
UnregisterEvent(Player, UUID, String, UnregisterSource) - Constructor for class com.nickuc.login.api.event.velocity.command.UnregisterEvent
 
UnregisterSource - Enum in com.nickuc.login.api.enums.event
Indicates the source of the unregister operation.
UpdatePasswordSource - Enum in com.nickuc.login.api.enums.event
Indicates the source of the update password operation.

V

valueOf(String) - Static method in enum com.nickuc.login.api.enums.AccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.event.ChangePasswordSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.event.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.event.EventEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.event.LockableEventAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.event.UnregisterSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.event.UpdatePasswordSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.ImplementationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.LoginType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.SpawnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nickuc.login.api.enums.TwoFactorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nickuc.login.api.enums.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.event.ChangePasswordSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.event.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.event.EventEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.event.LockableEventAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.event.UnregisterSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.event.UpdatePasswordSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.ImplementationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.LoginType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.SpawnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nickuc.login.api.enums.TwoFactorType
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityCancellableEvent - Class in com.nickuc.login.api.event.internal.velocity
 
VelocityCancellableEvent() - Constructor for class com.nickuc.login.api.event.internal.velocity.VelocityCancellableEvent
 
VelocityLockableEvent - Class in com.nickuc.login.api.event.internal.velocity
 
VelocityLockableEvent() - Constructor for class com.nickuc.login.api.event.internal.velocity.VelocityLockableEvent
 
VelocityLockableNewActionEvent<T> - Class in com.nickuc.login.api.event.internal.velocity
 
VelocityLockableNewActionEvent(T, Object, LockableEventAction) - Constructor for class com.nickuc.login.api.event.internal.velocity.VelocityLockableNewActionEvent
 

W

WrongPasswordEvent - Class in com.nickuc.login.api.event.bukkit.auth
Event triggered when a player enters an incorrect password at login.
WrongPasswordEvent(Player) - Constructor for class com.nickuc.login.api.event.bukkit.auth.WrongPasswordEvent
 
WrongPasswordEvent - Class in com.nickuc.login.api.event.bungee.auth
Event triggered when a player enters an incorrect password at login.
WrongPasswordEvent(ProxiedPlayer) - Constructor for class com.nickuc.login.api.event.bungee.auth.WrongPasswordEvent
 
WrongPasswordEvent - Class in com.nickuc.login.api.event.velocity.auth
Event triggered when a player enters an incorrect password at login.
WrongPasswordEvent(Player) - Constructor for class com.nickuc.login.api.event.velocity.auth.WrongPasswordEvent
 
A B C D E F G H I L N O P R S T U V W 
Skip navigation links