CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.annotations.arguments.AIntegerArgument Interface Reference

Annotation equivalent of the IntegerArgument. More...

Public Member Functions

int min () default Integer.MIN_VALUE
 
int max () default Integer.MAX_VALUE
 

Detailed Description

Annotation equivalent of the IntegerArgument.

Member Function Documentation

◆ max()

int dev.jorel.commandapi.annotations.arguments.AIntegerArgument.max ( )
Returns
The maximum value this argument can take (inclusive)

◆ min()

int dev.jorel.commandapi.annotations.arguments.AIntegerArgument.min ( )
Returns
The minimum value this argument can take (inclusive)