stackWithin

open fun stackWithin(minStack: Int, maxStack: Int): QueryType

Only match entities whose stack size is within the specified min/max range

Return

this query

Parameters

minStack

the minimum stack size to accept

maxStack

the maximum stack size to accept