SubmitItemPane

constructor(slot: Slot, length: @Range(from = 1, to = 6) Int, height: @Range(from = 1, to = 6) Int, filter: List<Material>, priority: Pane.Priority = Priority.NORMAL)
constructor(slot: Slot, length: @Range(from = 1, to = 6) Int, height: @Range(from = 1, to = 6) Int, filter: ItemStack.() -> Boolean, priority: Pane.Priority = Priority.NORMAL)