fillBorder

fun fillBorder(material: Material, pickable: Boolean = false, creator: SlotCreator.() -> Unit = {})

Fills the border of the GUI with a material.

Parameters

material

The material to fill with.

pickable

Whether the border items are pickable.

creator

Additional configuration for each slot in the border.