SkullTextures

Base64-encoded Mojang skin textures for player head GUI icons.

These are used by eu.pb4.sgui.api.elements.GuiElementBuilder.setSkullOwner to render custom head textures as navigation buttons in server-side GUIs.

Properties

Link copied to clipboard
const val ARROW_LEFT: String

Left-pointing arrow for "previous page" navigation.

Link copied to clipboard
const val ARROW_RIGHT: String

Right-pointing arrow for "next page" navigation.

Link copied to clipboard
const val BACKWARD: String

Backward-pointing arrow for "back" navigation.

Link copied to clipboard
const val CHECKMARK: String

Green checkmark for confirmation buttons.