Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. System.out.println("World:" + bl.getWorld().toString() + " X:" + bl.getX().toString() + " Y:" + bl.getY().toString() + " Z:" + bl.getZ().toString());
  2. System.out.println("World:" + task.getBlockLocation().getWorld().toString() + " X:" + task.getBlockLocation().getX().toString() + " Y:" + task.getBlockLocation().getY().toString() + " Z:" + task.getBlockLocation().getZ().toString());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement