SkinGrant

public final class SkinGrant extends Record

Represents a player's ownership of a specific skin.

Parameters

grantId

Unique ID of the grant.

playerUuid

UUID of the player who owns the skin.

skinId

ID of the skin owned.

grantedAt

Timestamp when the skin was granted.

source

Source of the grant (e.g., "NOTE", "ADMIN").

Constructors

Link copied to clipboard
public void SkinGrant()

Functions

Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()