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

Annotation equivalent of the LongArgument. More...

Public Member Functions

long min () default Long.MIN_VALUE
 
long max () default Long.MAX_VALUE
 

Detailed Description

Annotation equivalent of the LongArgument.

Member Function Documentation

◆ max()

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

◆ min()

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