return null;
}
int metadata = this.worldObj.getBlockMetadata(this.xCoord, this.yCoord, this.zCoord);
if(BlockReactorPart.isController(metadata)) {
return new GuiReactorStatus(new ContainerReactorController(this, inventoryPlayer.player), this);
}
return null;
}