Uses of Class
dev.jorel.commandapi.wrappers.IntegerRange
Packages that use IntegerRange
Package
Description
Classes that are wrappers for various vanilla-related command features
-
Uses of IntegerRange in dev.jorel.commandapi.wrappers
Methods in dev.jorel.commandapi.wrappers that return IntegerRangeModifier and TypeMethodDescriptionstatic IntegerRangeIntegerRange.integerRangeGreaterThanOrEq(int min) Constructs an IntegerRange with a given lower bound and no upper boundstatic IntegerRangeIntegerRange.integerRangeLessThanOrEq(int max) Constructs a IntegerRange with a given upper bound and no lower bound