fr.xephi.authme.events
Class PasswordEncryptionEvent
java.lang.Object
org.bukkit.event.Event
fr.xephi.authme.events.PasswordEncryptionEvent
public class PasswordEncryptionEvent
- extends org.bukkit.event.Event
This event is called when we need to compare or get an hash password,
for set a custom EncryptionMethod
- Author:
- Xephi59
- See Also:
EncryptionMethod
| Nested classes/interfaces inherited from class org.bukkit.event.Event |
org.bukkit.event.Event.Result |
| Methods inherited from class org.bukkit.event.Event |
getEventName, isAsynchronous |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordEncryptionEvent
public PasswordEncryptionEvent(EncryptionMethod method,
java.lang.String playerName)
getHandlers
public org.bukkit.event.HandlerList getHandlers()
- Specified by:
getHandlers in class org.bukkit.event.Event
setMethod
public void setMethod(EncryptionMethod method)
getMethod
public EncryptionMethod getMethod()
getPlayerName
public java.lang.String getPlayerName()
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()