Example #1
0
 @SuppressWarnings("unchecked")
 @Override
 public void queueChunkForUpdate(Player player, int cx, int cz) {
   ((CraftPlayer) player).getHandle().chunkCoordIntPairQueue.add(new ChunkCoordIntPair(cx, cz));
 }