Schedule Inventory Action Event
class ScheduleInventoryActionEvent(val schedule: MutableList<InventoryAction.Chain> = mutableListOf()) : Event
Functions
Link copied to clipboard
fun schedule(constrains: InventoryConstraints, actions: List<InventoryAction>, priority: Priority = Priority.NORMAL)
fun schedule(constrains: InventoryConstraints, action: InventoryAction, priority: Priority = Priority.NORMAL)
fun schedule(constrains: InventoryConstraints, vararg actions: InventoryAction, priority: Priority = Priority.NORMAL)