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
@NotNull
open fun call(): @NotNull BetterModelEventBus.Result
Dispatches this event to the global event bus.