Class NLoginListener
java.lang.Object
de.themoep.resourcepacksplugin.bukkit.listeners.AuthHandler
de.themoep.resourcepacksplugin.bukkit.listeners.NLoginListener
- All Implemented Interfaces:
org.bukkit.event.Listener
Created by Phoenix616 on 24.04.2016.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNLoginAuth
(com.nickuc.login.api.event.bukkit.auth.AuthenticateEvent event) Doesn't send message to Bungee as NLogin supports it nativelyMethods inherited from class de.themoep.resourcepacksplugin.bukkit.listeners.AuthHandler
onAuth
-
Constructor Details
-
NLoginListener
-
-
Method Details
-
onNLoginAuth
public void onNLoginAuth(com.nickuc.login.api.event.bukkit.auth.AuthenticateEvent event) Doesn't send message to Bungee as NLogin supports it natively- Parameters:
event
- nLogin's auth event
-