Shop

Represents a shop configuration and its items.

Properties

Property

Type

Description

id()

String

Shop identifier

title()

String

Shop display title

size()

int

GUI size (in rows)

type()

String

Shop type (normal, rotational)

items()

List<ShopItem>

All shop items

activeItems()

List<ShopItem>

Currently active items (rotational shops)

Methods

Method

Return Type

Description

getItem(String itemId)

ShopItem

Get item by ID

isRotational()

boolean

Check if shop is rotational

Last updated