public class LookupProfileEvent extends Event
Event.Result| Constructor | Description |
|---|---|
LookupProfileEvent(PlayerProfile profile) |
| Modifier and Type | Method | Description |
|---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
PlayerProfile |
getPlayerProfile() |
|
com.mojang.authlib.GameProfile |
getProfile() |
Deprecated.
will be removed with 1.13, use
getPlayerProfile() |
callEvent, getEventName, isAsynchronouspublic LookupProfileEvent(@Nonnull PlayerProfile profile)
@Deprecated @Nonnull public com.mojang.authlib.GameProfile getProfile()
getPlayerProfile()@Nonnull public PlayerProfile getPlayerProfile()
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.