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

Annotation equivalent of the DoubleArgument. More...

Public Member Functions

double min () default -Double.MAX_VALUE
 
double max () default Double.MAX_VALUE
 

Detailed Description

Annotation equivalent of the DoubleArgument.

Member Function Documentation

◆ max()

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

◆ min()

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