ItemFunctionCategoryConstraintGroup

class ItemFunctionCategoryConstraintGroup(acceptableRange: IntRange, priority: Int, val function: ItemFunction) : ItemNumberConstraintGroup

Constructors

Link copied to clipboard
constructor(acceptableRange: IntRange, priority: Int, function: ItemFunction)

Properties

Link copied to clipboard

The range of desired item amounts (which might be raw item counts, food saturation, etc.):

Link copied to clipboard
Link copied to clipboard

The priority of this constraint group. Lower values are processed first. It Affects the order in which items are processed.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int