items

Represents the list of buttons to be displayed in this inventory GUI. Each button corresponds to a slot and can define its own material, name, custom data, and click behavior.

This property can only be modified through dedicated methods like setItems or addItem. Any direct modification outside of these methods is restricted.

By default, it is initialized as an empty list.