Uses of Enum Class
dev.jorel.commandapi.arguments.LocationType
Packages that use LocationType
-
Uses of LocationType in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return LocationTypeModifier and TypeMethodDescriptionLocation2DArgument.getLocationType()Returns whether this argument isBLOCK_POSITIONorPRECISE_POSITIONLocationArgument.getLocationType()Returns whether this argument isBLOCK_POSITIONorPRECISE_POSITIONstatic LocationTypeReturns the enum constant of this class with the specified name.static LocationType[]LocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.jorel.commandapi.arguments with parameters of type LocationTypeModifierConstructorDescriptionLocation2DArgument(String nodeName, LocationType type) A Location argument.LocationArgument(String nodeName, LocationType type) A Location argument.