Package-level declarations

Types

Link copied to clipboard

The abstract implementation of the inventory builder

Link copied to clipboard
data class LinkedInventoryBuilder(val player: Player, val slotType: InventoryType, val title: Component) : Listener, InventoryBuilder

build 함수 실행 후에도 인벤토리를 수정할 수 있는 InventoryBuilder 입니다.

Link copied to clipboard
class SimpleInventoryBuilder(val player: Player, val slotType: InventoryType, val title: Component) : Listener, InventoryBuilder