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
- Since:
- 1.12.2
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
FillProfileEvent
-
-
Method Details
-
getPlayerProfile
- Returns:
- The Profile that had properties filled
- Since:
- 1.12.2
-
getProperties
Same as .getPlayerProfile().getProperties()- Returns:
- The new properties on the profile.
- Since:
- 1.12.2
- See Also:
-
getHandlers
- Specified by:
getHandlersin classEvent- Since:
- 1.12.2
-
getHandlerList
- Since:
- 1.12.2
-