Interface ItemSkin

An item skin as found in the mojang API

interface ItemSkin {
    name: null;
    url: string;
    uuid: null;
}

Properties

Properties

name: null

The name of the player used for the skin

This field is always null.

Deprecated

url: string

The URL to the player skin

uuid: null

The UUID of the player used for the skin

This field is always null.

Deprecated

Generated using TypeDoc