Uses of Class
dev.jorel.commandapi.wrappers.IntegerRange
Packages that use IntegerRange
Package
Description
Classes to be used as arguments for commands
Classes that access the NMS framework
Classes that are wrappers for various vanilla-related command features
-
Uses of IntegerRange in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return IntegerRangeModifier and TypeMethodDescription<CommandListenerWrapper>
IntegerRangeIntegerRangeArgument.parseArgument(NMS<CommandListenerWrapper> nms, com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, Object[] previousArgs) Methods in dev.jorel.commandapi.arguments that return types with arguments of type IntegerRange -
Uses of IntegerRange in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms that return IntegerRangeModifier and TypeMethodDescriptionNMS.getIntRange(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key) -
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