drawOutline

fun SurfChestGui.drawOutline(slot: Slot, height: @Range(from = 1, to = 6) Int, length: @Range(from = 1, to = 9) Int = 9, init: OutlinePane.() -> Unit): OutlinePane
fun SurfChestGui.drawOutline(slot: Slot, height: @Range(from = 1, to = 6) Int, length: @Range(from = 1, to = 9) Int = 9, item: GuiItem = guiItem(Material.GRAY_STAINED_GLASS_PANE) { isCancelled = true }): OutlinePane