stackWithin

QueryType stackWithin(int minStack, int maxStack)

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