Advertisement
TitanChase

Untitled

Mar 7th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(needUpdate){
  2. this.listeners.stream().filter(watcher -> watcher instanceof EntityPlayerMP).forEach(watcher -> Tech.channel.sendTo(new MessageSetEnergy(te.getPos(), te.getValue()), (EntityPlayerMP) watcher));
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement