Class Coordinates
-
- All Implemented Interfaces:
public class Coordinates
-
-
Constructor Summary
Constructors Constructor Description Coordinates(Coordinate x, Coordinate y, Coordinate z)
-
Method Summary
Modifier and Type Method Description static Coordinates
parse(StringReader reader)
Location
getLocation(World world, CommandSender sender, Player target)
-
-
Constructor Detail
-
Coordinates
Coordinates(Coordinate x, Coordinate y, Coordinate z)
-
-
Method Detail
-
parse
static Coordinates parse(StringReader reader)
-
getLocation
@Nullable() Location getLocation(World world, CommandSender sender, Player target)
-
-
-
-