Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1.                 Iterator<TileEntityCoil> coilIterator = NkTileEntities.coilList.iterator();
  2.                 while(coilIterator.hasNext()){
  3.  
  4.                     TileEntityCoil coil = coilIterator.next();
  5.                     if(coil.messUpCompass) {
  6.                             blockpos = coil.getPos();
  7.                     }
  8.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement