Class FillProfileEvent
java.lang.Object
org.bukkit.event.Event
com.destroystokyo.paper.event.profile.FillProfileEvent
Fired once a profiles additional properties (such as textures) has been filled
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerListSame as .getPlayerProfile().getProperties()Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous 
- 
Constructor Details
- 
FillProfileEvent
 
 - 
 - 
Method Details
- 
getPlayerProfile
- Returns:
 - The Profile that had properties filled
 
 - 
getProperties
Same as .getPlayerProfile().getProperties()- Returns:
 - The new properties on the profile.
 - See Also:
 
 - 
getHandlers
- Specified by:
 getHandlersin classEvent
 - 
getHandlerList
 
 -