Class OpeNLoginListener
java.lang.Object
de.themoep.resourcepacksplugin.bukkit.listeners.AuthHandler
de.themoep.resourcepacksplugin.bukkit.listeners.OpeNLoginListener
- All Implemented Interfaces:
org.bukkit.event.Listener
Created by Phoenix616 on 24.04.2016.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onOpeNLoginAuth
(com.nickuc.openlogin.bukkit.api.events.AsyncAuthenticateEvent event) Send a plugin message to the Bungee when a player logged into OpeNLogin on subchannel authMeLogin with the name and UUIDMethods inherited from class de.themoep.resourcepacksplugin.bukkit.listeners.AuthHandler
onAuth
-
Constructor Details
-
OpeNLoginListener
-
-
Method Details
-
onOpeNLoginAuth
public void onOpeNLoginAuth(com.nickuc.openlogin.bukkit.api.events.AsyncAuthenticateEvent event) Send a plugin message to the Bungee when a player logged into OpeNLogin on subchannel authMeLogin with the name and UUID- Parameters:
event
- OpeNLogin's auth event
-