87888990919293949596
for (dObject plr : players.filter(dPlayer.class)) { if (plr == null || !((dPlayer) plr).isOnline()) continue; for (dObject obj : list.filter(dLocation.class)) { new FakeBlock((dPlayer) plr, (dLocation) obj, material, duration); } } }