Advertisement
Guest User

Block Iterator

a guest
Jul 24th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. BlockIterator it = new BlockIterator(player, 0);
  2. while(it.hasNext()) {
  3.     playFirework(it.next().getLocation());
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement