CreatePlayerSkinEvent

Triggered when a player's skin data is created or loaded.

This event allows modifying the player's model profile before it is used.

Since

2.0.0

Constructors

Link copied to clipboard
@ApiStatus.Internal
constructor(@NotNull modelProfile: @NotNull ModelProfile)
Creates a new CreatePlayerSkinEvent.

Functions

Link copied to clipboard
open fun call(): Boolean
Dispatches this event to the global event bus.