Advertisement
Guest User

Untitled

a guest
Oct 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public static String relativeLocation(Location loc) {
  2. String stringloc = "loc: " + loc.getBlockX() + loc.getBlockY() + loc.getBlockZ();
  3. return stringloc;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement