Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Optional<Location<World>> optLocation = tr.getOriginal().getLocation();
  2. if (optLocation.isPresent()) {
  3. Vector3i position = optLocation.get().getBlockPosition();
  4. }