makeSubmitItemPane

fun SurfChestGui.makeSubmitItemPane(slot: Slot, length: @Range(from = 1, to = 6) Int, height: @Range(from = 1, to = 6) Int, filter: List<Material>, init: SubmitItemPane.() -> Unit = {}): SubmitItemPane
fun SurfChestGui.makeSubmitItemPane(slot: Slot, length: @Range(from = 1, to = 6) Int, height: @Range(from = 1, to = 6) Int, filter: (ItemStack) -> Boolean, init: SubmitItemPane.() -> Unit = {}): SubmitItemPane