Package com.destroystokyo.paper.event.profile


package com.destroystokyo.paper.event.profile
  • Class Summary
    Class
    Description
    Fired once a profiles additional properties (such as textures) has been filled
    Allows a plugin to be notified anytime AFTER a Profile has been looked up from the Mojang API This is an opportunity to view the response and potentially cache things.
    Fired when the server is requesting to fill in properties of an incomplete profile, such as textures.
    Allows a plugin to intercept a Profile Lookup for a Profile by name At the point of event fire, the UUID and properties are unset.
    Fires when the server needs to verify if a player is whitelisted.