final LogisticsTileGenericPipe pipe = this.getPipe(player.worldObj);
if(pipe == null) {
return;
}
if(pipe.pipe instanceof ISendQueueContentRecieiver) {
ISendQueueContentRecieiver receiver = (ISendQueueContentRecieiver) pipe.pipe;
receiver.handleSendQueueItemIdentifierList(getIdentList());
}
}