Class FillProfileEvent

java.lang.Object
org.bukkit.event.Event
com.destroystokyo.paper.event.profile.FillProfileEvent

@NullMarked public class FillProfileEvent extends Event
Fired once a profiles additional properties (such as textures) has been filled
Since:
1.12.2
  • Constructor Details

  • Method Details

    • getPlayerProfile

      public PlayerProfile getPlayerProfile()
      Returns:
      The Profile that had properties filled
      Since:
      1.12.2
    • getProperties

      public Set<ProfileProperty> getProperties()
      Same as .getPlayerProfile().getProperties()
      Returns:
      The new properties on the profile.
      Since:
      1.12.2
      See Also:
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
      Since:
      1.12.2
    • getHandlerList

      public static HandlerList getHandlerList()
      Since:
      1.12.2