CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.wrappers.IntegerRange Member List

This is the complete list of members for dev.jorel.commandapi.wrappers.IntegerRange, including all inherited members.

equals(Object obj) (defined in dev.jorel.commandapi.wrappers.IntegerRange)dev.jorel.commandapi.wrappers.IntegerRange
getLowerBound()dev.jorel.commandapi.wrappers.IntegerRange
getUpperBound()dev.jorel.commandapi.wrappers.IntegerRange
hashCode() (defined in dev.jorel.commandapi.wrappers.IntegerRange)dev.jorel.commandapi.wrappers.IntegerRange
IntegerRange(int low, int high)dev.jorel.commandapi.wrappers.IntegerRange
integerRangeGreaterThanOrEq(int min)dev.jorel.commandapi.wrappers.IntegerRangestatic
integerRangeLessThanOrEq(int max)dev.jorel.commandapi.wrappers.IntegerRangestatic
isInRange(int i)dev.jorel.commandapi.wrappers.IntegerRange
toString()dev.jorel.commandapi.wrappers.IntegerRange