LogisticGroup

class LogisticGroup(val slotType: LogisticGroupType, val slots: List<LogisticSlot>)(source)

A collection of logistic slots that share the same functionality.

For example, a machine might have an 'input' group with 9 slots, a 'catalyst' group with 1 slot, and a 'output' group with 9 slots.

Constructors

Link copied to clipboard
constructor(slotType: LogisticGroupType, slots: List<LogisticSlot>)
constructor(slotType: LogisticGroupType, vararg slots: LogisticSlot)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns whether the provided item stack can be inserted into any slots within the group.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard