public class FillProfileEvent extends Event
Event.Result| Constructor | Description |
|---|---|
FillProfileEvent(PlayerProfile profile) |
| Modifier and Type | Method | Description |
|---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
PlayerProfile |
getPlayerProfile() |
|
Set<ProfileProperty> |
getProperties() |
Same as .getPlayerProfile().getProperties()
|
callEvent, getEventName, isAsynchronouspublic FillProfileEvent(@NotNull PlayerProfile profile)
@NotNull public PlayerProfile getPlayerProfile()
@NotNull public Set<ProfileProperty> getProperties()
PlayerProfile.getProperties()@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.