Skin

public final class Skin extends Record

Represents a cosmetic item skin.

Parameters

id

Unique skin identifier.

name

MiniMessage display name.

modelId

BetterModel model id — bare renderer name (e.g. demon_knight) or explicit item model key (namespace:path).

categories

The categories this skin belongs to.

enabled

Whether the skin is currently active in the plugin.

noteMaterial

Optional override for the physical note item material.

displayItem

Configuration for the item shown in GUIs.

rarity

The rarity of the skin

animations

The animations to apply to the skin

Constructors

Link copied to clipboard
public void Skin()

Types

Link copied to clipboard
public final class DisplayItem extends Record
Represents an item to be displayed in the GUI.

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()