Class AsyncProfileLoadEvent

java.lang.Object
org.bukkit.event.Event
io.github.thebusybiscuit.slimefun4.api.events.AsyncProfileLoadEvent

public class AsyncProfileLoadEvent extends Event
This Event is called when the PlayerProfile of a Player is loaded into memory. The AsyncProfileLoadEvent is called asynchronously and can be used to "inject" a custom PlayerProfile if necessary.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • AsyncProfileLoadEvent

      public AsyncProfileLoadEvent(@Nonnull PlayerProfile profile)
  • Method Details