CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.LocationType Enum Reference

An enum representing block position or precise position for location arguments. More...

Public Attributes

 BLOCK_POSITION
 Represents the integer coordinates of a block, for example: (10, 70, -19) or (5, 10)
 
 PRECISE_POSITION
 Represents the exact coordinates of a position, for example: (10.24, 70.00, -18.79) or (24.3, 25.5)
 

Detailed Description

An enum representing block position or precise position for location arguments.